diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 200c7d4790dc..a100b488533e 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -319,7 +319,7 @@ static void ocfs2_destroy_inode(struct inode *inode) | |||
319 | /* From xfs_super.c:xfs_max_file_offset | 319 | /* From xfs_super.c:xfs_max_file_offset |
320 | * Copyright (c) 2000-2004 Silicon Graphics, Inc. | 320 | * Copyright (c) 2000-2004 Silicon Graphics, Inc. |
321 | */ | 321 | */ |
322 | unsigned long long ocfs2_max_file_offset(unsigned int blockshift) | 322 | static unsigned long long ocfs2_max_file_offset(unsigned int blockshift) |
323 | { | 323 | { |
324 | unsigned int pagefactor = 1; | 324 | unsigned int pagefactor = 1; |
325 | unsigned int bitshift = BITS_PER_LONG - 1; | 325 | unsigned int bitshift = BITS_PER_LONG - 1; |