]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitad2c1604da74a3bbef96e7259e389ccba0cf613a
tree7e97ba34492225e7499abf659f5afccf5d1e0cfc
parent9131dd4256f9598141ed374fcd47f6b4de8d2422
[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