projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3981f2e
)
sb_entry() has been killed a couple of years ago and resurrected on mismerge
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 21 Mar 2010 23:24:23 +0000
(19:24 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 21 May 2010 22:31:13 +0000
(18:31 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index
4079ef9
..
d13a6b8
100644
(file)
--- 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 */