]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ufs/ialloc.c
[PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside
[linux-2.6-omap-h63xx.git] / fs / ufs / ialloc.c
index 0938945b9cbc2c628750061a05f772ebeee670e5..c7a47ed4f430d28ab0613b1d8b3986f79e0b528a 100644 (file)
@@ -72,7 +72,7 @@ void ufs_free_inode (struct inode * inode)
 
        sb = inode->i_sb;
        uspi = UFS_SB(sb)->s_uspi;
-       usb1 = ubh_get_usb_first(USPI_UBH);
+       usb1 = ubh_get_usb_first(uspi);
        
        ino = inode->i_ino;
 
@@ -167,7 +167,7 @@ struct inode * ufs_new_inode(struct inode * dir, int mode)
        ufsi = UFS_I(inode);
        sbi = UFS_SB(sb);
        uspi = sbi->s_uspi;
-       usb1 = ubh_get_usb_first(USPI_UBH);
+       usb1 = ubh_get_usb_first(uspi);
 
        lock_super (sb);