Messages in this thread |  | | From | Alexander Kuleshov <> | Subject | [PATCH 0/3] fs/fat: minor cleanup | Date | Wed, 18 Feb 2015 01:21:37 +0600 |
| |
Hello,
this patchset provides a couple of minor cleanup.
Alexander Kuleshov (3): fs/fat: remove unnecessary super_block *sb defintion fs/fat: use MSDOS_SB to get msdos superblock fs/fat: remove unnecessary includes
fs/fat/cache.c | 2 -- fs/fat/dir.c | 4 ---- fs/fat/fat.h | 3 --- fs/fat/fatent.c | 3 --- fs/fat/file.c | 4 ---- fs/fat/inode.c | 15 ++------------- fs/fat/misc.c | 4 ---- fs/fat/namei_msdos.c | 2 -- fs/fat/namei_vfat.c | 2 -- fs/fat/nfs.c | 1 - 10 files changed, 2 insertions(+), 38 deletions(-)
-- 2.3.0.401.g57a267c.dirty
|  |