commit | ef581a742874ebc4c28d24b374c78b762144ebdc | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Wed Jul 23 21:30:13 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:31 2008 -0700 |
tree | 8dfced9c0fc8e18a3b81aac9fae2b843d251b8a6 | |
parent | 2576737873dc1d9ea461a5955a5f6779b569a350 [diff] |
autofs4: fix symlink name allocation The length of the symlink name has been moved but it needs to be set before allocating space for it in the dentry info struct. This corrects a mistake in a recent patch. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>