Maemo patchset 20101501+0m5
[h-e-n] / fs / hfsplus / dir.c
index 5f40236..71868b5 100644 (file)
@@ -305,7 +305,7 @@ static int hfsplus_link(struct dentry *src_dentry, struct inode *dst_dir,
        inode->i_ctime = CURRENT_TIME_SEC;
        mark_inode_dirty(inode);
        HFSPLUS_SB(sb).file_count++;
-       sb->s_dirt = 1;
+       mark_sb_dirty(sb);
 
        return 0;
 }