Merge branch 'akpm' (patches from Andrew)
[sfrench/cifs-2.6.git] / fs / ocfs2 / file.c
index 66e59d3163ea6d12d5e9a8b2992899daf1747df0..6e41fc8fabbe78d1a69b437181bb99eb715ecd28 100644 (file)
@@ -713,13 +713,6 @@ leave:
        return status;
 }
 
-int ocfs2_extend_allocation(struct inode *inode, u32 logical_start,
-               u32 clusters_to_add, int mark_unwritten)
-{
-       return __ocfs2_extend_allocation(inode, logical_start,
-                       clusters_to_add, mark_unwritten);
-}
-
 /*
  * While a write will already be ordering the data, a truncate will not.
  * Thus, we need to explicitly order the zeroed pages.