Code Review
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
[linux-3.10.git]
/
fs
/
xfs
/
linux-2.6
/
xfs_super.c
diff --git
a/fs/xfs/linux-2.6/xfs_super.c
b/fs/xfs/linux-2.6/xfs_super.c
index f904858285841f6e82ee1b4a22e0bf129c26a381..8cb63c60c04880e4395c3eace8c033de19d32038 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_super.c
+++ b/
fs/xfs/linux-2.6/xfs_super.c
@@
-355,9
+355,8
@@
xfs_fs_destroy_inode(
STATIC void
xfs_fs_inode_init_once(
- void *vnode,
kmem_zone_t *zonep,
-
unsigned long flags
)
+
void *vnode
)
{
inode_init_once(vn_to_inode((bhv_vnode_t *)vnode));
}