]> Git Repo - linux.git/commit
vfs: fix shrink_submounts
authorEric W. Biederman <[email protected]>
Wed, 12 Nov 2008 21:26:54 +0000 (13:26 -0800)
committerLinus Torvalds <[email protected]>
Thu, 13 Nov 2008 01:17:17 +0000 (17:17 -0800)
commitafef80b3d87cae574b8c6b763505f25b74d254ef
tree4aaa479b3bfc635c3cb28530c8cb01c87fc04bde
parent8891d6da17db0f9bb507d3a017f130b9970c3087
vfs: fix shrink_submounts

In the last refactoring of shrink_submounts a variable was not completely
renamed.  So finish the renaming of mnt to m now.

Without this if you attempt to mount an nfs mount that has both automatic
nfs sub mounts on it, and has normal mounts on it.  The unmount will
succeed when it should not.

Signed-off-by: Eric W. Biederman <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Al Viro <[email protected]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/namespace.c
This page took 0.052296 seconds and 4 git commands to generate.