]> git.baikalelectronics.ru Git - kernel.git/commit
clean out unused code in dentry pruning
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 17 Oct 2007 06:27:09 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:52 +0000 (08:42 -0700)
commit880f37312b9408e5ef75c244cc6a97ce05850c99
treeb671ff5e8c27d3856290faedcd365d5bebacabd1
parent9a6374e1d91829bf4baed6c210534d3c2f53e549
clean out unused code in dentry pruning

It looks like in the end all pruners want parents removed.

So remove unused code and function arguments.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/dcache.c