2011-05-30 13:52:52

by Wanlong Gao

[permalink] [raw]
Subject: [PATCH] FS:remove the spare space in super.c

Remove the spare space in super.c.

Signed-off-by: Wanlong Gao <[email protected]>
---
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