]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fat: Remove duplicate directory scanning code
authorPekka Enberg <penberg@cs.helsinki.fi>
Sun, 30 Oct 2005 23:03:50 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:32 +0000 (17:37 -0800)
commit2536345a1c1569b770e3e9939bf4f4529ed4d96d
tree7e97ba34492225e7499abf659f5afccf5d1e0cfc
parent2c1f38f686efa8b501b212906be0662367d37105
[PATCH] fat: Remove duplicate directory scanning code

This patch removes duplicate directory scanning code from fs/fat/dir.c.  The
two functions that share identical code are fat_readdirx() and
fat_search_long().  This patch also renames fat_readdirx to __fat_readdir().

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fat/dir.c