1. 22 1月, 2007 2 次提交
    • M
      ocfs2: Directory c/mtime update fixes · 592282cf
      Mark Fasheh 提交于
      ocfs2 wasn't updating c/mtime on directories during dirent
      creation/deletion. Fix ocfs2_unlink(), ocfs2_rename() and
      __ocfs2_add_entry() by adding the proper code to update the struct inode and
      push the change out to disk.
      
      This helps rename/unlink on nfs exported file systems in particular as those
      clients compare directory time values to avoid a full re-reading a directory
      which hasn't changed.
      
      ocfs2_rename() loses some superfluous error handling as a result of this
      patch.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      592282cf
    • M
      ocfs2: Don't print errors when following symlinks · 72bce507
      Mark Fasheh 提交于
      We shouldn't print errors returned from vfs_follow_link(). This was causing
      spurious errors to show up in the logs.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      72bce507
  2. 13 1月, 2007 2 次提交
  3. 12 1月, 2007 22 次提交
  4. 11 1月, 2007 14 次提交