diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 23:43:19 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:38 -0500 |
commit | bd209cc017f231e8536550bdab1bf5da93c32798 (patch) | |
tree | 78dc50f723298ed5e2d7ec4965ba162933cf002a /fs/gfs2/incore.h | |
parent | b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1 (diff) |
[GFS2] split and annotate gfs2_statfs_change
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 20c9b4f0e52f..c0a8c3b6a852 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -503,8 +503,8 @@ struct gfs2_sbd { | |||
503 | 503 | ||
504 | spinlock_t sd_statfs_spin; | 504 | spinlock_t sd_statfs_spin; |
505 | struct mutex sd_statfs_mutex; | 505 | struct mutex sd_statfs_mutex; |
506 | struct gfs2_statfs_change sd_statfs_master; | 506 | struct gfs2_statfs_change_host sd_statfs_master; |
507 | struct gfs2_statfs_change sd_statfs_local; | 507 | struct gfs2_statfs_change_host sd_statfs_local; |
508 | unsigned long sd_statfs_sync_time; | 508 | unsigned long sd_statfs_sync_time; |
509 | 509 | ||
510 | /* Resource group stuff */ | 510 | /* Resource group stuff */ |