(Logical change 1.216)

edge.strict_endians
cantab.net!aia21 2003-10-27 17:07:57 +00:00
parent 2e4af91cd1
commit 1ef194e7ae
1 changed files with 2 additions and 0 deletions

View File

@ -391,6 +391,7 @@ int ntfs_inode_sync(ntfs_inode *ni)
if (err != EIO)
err = EBUSY;
}
NInoSetDirty(ni);
}
}
@ -410,6 +411,7 @@ int ntfs_inode_sync(ntfs_inode *ni)
if (err != EIO)
err = EBUSY;
}
NInoSetDirty(eni);
}
}
}