From: Al Viro Date: Sun, 21 Mar 2010 23:24:23 +0000 (-0400) Subject: sb_entry() has been killed a couple of years ago and resurrected on mismerge X-Git-Tag: v2.6.35-rc1~432^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79d7e39ee1d4b423206f6cfd2cd2eed6253d95fe;p=profile%2Fcommon%2Fkernel-common.git sb_entry() has been killed a couple of years ago and resurrected on mismerge Signed-off-by: Al Viro --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 4079ef9..d13a6b8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1314,7 +1314,6 @@ extern int send_sigurg(struct fown_struct *fown); extern struct list_head super_blocks; extern spinlock_t sb_lock; -#define sb_entry(list) list_entry((list), struct super_block, s_list) #define S_BIAS (1<<30) struct super_block { struct list_head s_list; /* Keep this first */