From 026b896a6f02418ac82ef2194229f539e180cc27 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 17 Mar 2012 01:06:11 -0400 Subject: [PATCH] --- yaml --- r: 292350 b: refs/heads/master c: a8a4b79b53fc7cbb023afedf58b04dd4e9bbb114 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/reiserfs/bitmap.c | 2 -- trunk/fs/reiserfs/objectid.c | 1 - trunk/fs/reiserfs/procfs.c | 1 - trunk/fs/reiserfs/resize.c | 1 - trunk/fs/reiserfs/xattr.h | 1 - 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 3928f2db1daf..f35abd81054a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3063ab88fcbe5249f841cb95dfd626b8bf2674f +refs/heads/master: a8a4b79b53fc7cbb023afedf58b04dd4e9bbb114 diff --git a/trunk/fs/reiserfs/bitmap.c b/trunk/fs/reiserfs/bitmap.c index 70de42f09f1d..3c4636162621 100644 --- a/trunk/fs/reiserfs/bitmap.c +++ b/trunk/fs/reiserfs/bitmap.c @@ -10,8 +10,6 @@ #include #include #include -#include -#include #include #include diff --git a/trunk/fs/reiserfs/objectid.c b/trunk/fs/reiserfs/objectid.c index 3a6de810bd61..efc929e6a323 100644 --- a/trunk/fs/reiserfs/objectid.c +++ b/trunk/fs/reiserfs/objectid.c @@ -6,7 +6,6 @@ #include #include #include -#include // find where objectid map starts #define objectid_map(s,rs) (old_format_only (s) ? \ diff --git a/trunk/fs/reiserfs/procfs.c b/trunk/fs/reiserfs/procfs.c index 7a9981196c1c..f931a089bbe7 100644 --- a/trunk/fs/reiserfs/procfs.c +++ b/trunk/fs/reiserfs/procfs.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include diff --git a/trunk/fs/reiserfs/resize.c b/trunk/fs/reiserfs/resize.c index 7483279b482d..e1415ad93251 100644 --- a/trunk/fs/reiserfs/resize.c +++ b/trunk/fs/reiserfs/resize.c @@ -14,7 +14,6 @@ #include #include #include -#include #include int reiserfs_resize(struct super_block *s, unsigned long block_count_new) diff --git a/trunk/fs/reiserfs/xattr.h b/trunk/fs/reiserfs/xattr.h index 367c0459db6d..ccd146bb0665 100644 --- a/trunk/fs/reiserfs/xattr.h +++ b/trunk/fs/reiserfs/xattr.h @@ -2,7 +2,6 @@ #include #include #include -#include #include struct inode;