diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-04 16:16:45 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-04 16:16:45 -0400 |
commit | 5acd3967347dab361d296d39ba19f8241507ef65 (patch) | |
tree | 3385eefb13ff86b6515dcbc10b1696e349d346b6 /fs/gfs2/ops_export.h | |
parent | 26c1a57412b59a2284a521c711d9e9105bb6ad23 (diff) |
[GFS2] Some further style changes
Introduce a couple of new constants which make the NFS filehandle
sizes that GFS2 uses a bit clearer. Also fix one or two minor
issues as per Jan Engelhardt's sixth email.
Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_export.h')
-rw-r--r-- | fs/gfs2/ops_export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/gfs2/ops_export.h b/fs/gfs2/ops_export.h index d52c2d93010c..09aca5046fb1 100644 --- a/fs/gfs2/ops_export.h +++ b/fs/gfs2/ops_export.h | |||
@@ -10,6 +10,9 @@ | |||
10 | #ifndef __OPS_EXPORT_DOT_H__ | 10 | #ifndef __OPS_EXPORT_DOT_H__ |
11 | #define __OPS_EXPORT_DOT_H__ | 11 | #define __OPS_EXPORT_DOT_H__ |
12 | 12 | ||
13 | #define GFS2_SMALL_FH_SIZE 4 | ||
14 | #define GFS2_LARGE_FH_SIZE 10 | ||
15 | |||
13 | extern struct export_operations gfs2_export_ops; | 16 | extern struct export_operations gfs2_export_ops; |
14 | struct gfs2_fh_obj { | 17 | struct gfs2_fh_obj { |
15 | struct gfs2_inum this; | 18 | struct gfs2_inum this; |