]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ext3/ialloc.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[karo-tx-linux.git] / fs / ext3 / ialloc.c
index adae962ee9579b62fec146253404d8a10208927e..1cde28438014bfaccd9b1e2b27785044d9f26aec 100644 (file)
@@ -371,7 +371,7 @@ static int find_group_other(struct super_block *sb, struct inode *parent)
  * group to find a free inode.
  */
 struct inode *ext3_new_inode(handle_t *handle, struct inode * dir,
-                            const struct qstr *qstr, int mode)
+                            const struct qstr *qstr, umode_t mode)
 {
        struct super_block *sb;
        struct buffer_head *bitmap_bh = NULL;