]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/file.c
ocfs2: Implementation of local and global quota file handling
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / file.c
index 41001d515faef3c956696980d1315921851f83dd..372d96505a79f6ed301867199fcac90c068f4232 100644 (file)
@@ -304,9 +304,9 @@ bail:
        return status;
 }
 
-static int ocfs2_simple_size_update(struct inode *inode,
-                                   struct buffer_head *di_bh,
-                                   u64 new_i_size)
+int ocfs2_simple_size_update(struct inode *inode,
+                            struct buffer_head *di_bh,
+                            u64 new_i_size)
 {
        int ret;
        struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);