]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] namespace.c: split mark_mounts_for_expiry()
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 8 Jul 2005 00:57:25 +0000 (17:57 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:51 +0000 (18:23 -0700)
commit482053da861061572eb16e38b348ce940233ce68
tree48728d0fbc849567a814ceb562476d132ba5068d
parent18a6f37511f630babc0a97fd4eb7172cae8e1e2a
[PATCH] namespace.c: split mark_mounts_for_expiry()

This patch splits the mark_mounts_for_expiry() function.  It's too complex and
too deeply nested, even without the bugfix in the following patch.

Otherwise code is completely the same.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Cc: <viro@parcelfarce.linux.theplanet.co.uk>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/namespace.c