Re: [PATCH] code cleanup on fs/super.c

From: Linus Torvalds
Date: Thu Feb 17 2011 - 11:21:31 EST


On Thu, Feb 17, 2011 at 12:59 AM, Steven Liu <lingjiujianke@xxxxxxxxx> wrote:
>
>   Clean up the unsed code on fs/super.c, all filesystem using mount_bdev
>   and mount_nodev to replace get_sb_bdev and get_sb_nodev.

There might easily be external modules that still use this.

Also, if you do this, then the same patch would also need to remove
the declarations and the documentation entry, so that there is no sign
at all of those functions in the whole kernel tree.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/