projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd6efd
)
[GFS2] API change for gfs2_statfs
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 3 Jul 2006 15:38:01 +0000
(11:38 -0400)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 3 Jul 2006 15:38:01 +0000
(11:38 -0400)
The kernel API for super_operations->statfs() has changed
so this updates GFS2 to the new API.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/ops_super.c
b/fs/gfs2/ops_super.c
index 5f5fc3c42907a1b5d3df4b242ee740cfcbd931a6..50ea7f21f9cf3197acc76682ca6d1a39ca59b9e6 100644
(file)
--- a/
fs/gfs2/ops_super.c
+++ b/
fs/gfs2/ops_super.c
@@
-202,8
+202,9
@@
static void gfs2_unlockfs(struct super_block *sb)
* Returns: 0 on success or error code
*/
-static int gfs2_statfs(struct
super_block *sb
, struct kstatfs *buf)
+static int gfs2_statfs(struct
dentry *dentry
, struct kstatfs *buf)
{
+ struct super_block *sb = dentry->d_inode->i_sb;
struct gfs2_sbd *sdp = sb->s_fs_info;
struct gfs2_statfs_change sc;
int error;