Remove the spare space in super.c. Signed-off-by: Wanlong Gao <wanlong.gao@xxxxxxxxx> --- fs/super.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/super.c b/fs/super.c index c755939..dc2d5f7 100644 --- a/fs/super.c +++ b/fs/super.c @@ -521,7 +521,7 @@ restart: spin_unlock(&sb_lock); return NULL; } - + struct super_block *user_get_super(dev_t dev) { struct super_block *sb; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html