diff -up linux-2.6.32-573.3.1.el6.emu686.v19.i586/fs/ntfs/super.c.v19 linux-2.6.32-573.3.1.el6.emu686.v19.i586/fs/ntfs/super.c --- linux-2.6.32-573.3.1.el6.emu686.v19.i586/fs/ntfs/super.c.v19 2015-08-10 22:12:52.000000000 +0900 +++ linux-2.6.32-573.3.1.el6.emu686.v19.i586/fs/ntfs/super.c 2015-09-16 01:31:59.000000000 +0900 @@ -3047,7 +3047,7 @@ iput_tmp_ino_err_out_now: * method again... FIXME: Do we need to do this twice now because of * attribute inodes? I think not, so leave as is for now... (AIA) */ - if (invalidate_inodes(sb)) { + if (invalidate_inodes(sb, true)) { ntfs_error(sb, "Busy inodes left. This is most likely a NTFS " "driver bug."); /* Copied from fs/super.c. I just love this message. (-; */