Loading fs/reiserfs/file.c +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ static int reiserfs_file_release(struct inode *inode, struct file *filp) igrab(inode); reiserfs_warning(inode->i_sb, "pinning inode %lu because the " "preallocation can't be freed"); "preallocation can't be freed", inode->i_ino); goto out; } } Loading Loading
fs/reiserfs/file.c +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ static int reiserfs_file_release(struct inode *inode, struct file *filp) igrab(inode); reiserfs_warning(inode->i_sb, "pinning inode %lu because the " "preallocation can't be freed"); "preallocation can't be freed", inode->i_ino); goto out; } } Loading