1. 03 2月, 2015 2 次提交
  2. 23 6月, 2014 1 次提交
  3. 07 5月, 2014 1 次提交
  4. 30 3月, 2014 1 次提交
    • K
      NFSD: Clear wcc data between compound ops · 2336745e
      Kinglong Mee 提交于
      Testing NFS4.0 by pynfs, I got some messeages as,
      "nfsd: inode locked twice during operation."
      
      When one compound RPC contains two or more ops that locks
      the filehandle,the second op will cause the message.
      
      As two SETATTR ops, after the first SETATTR, nfsd will not call
      fh_put() to release current filehandle, it means filehandle have
      unlocked with fh_post_saved = 1.
      The second SETATTR find fh_post_saved = 1, and printk the message.
      
      v2: introduce helper fh_clear_wcc().
      Signed-off-by: NKinglong Mee <kinglongmee@gmail.com>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      2336745e
  5. 25 10月, 2013 1 次提交
  6. 03 10月, 2013 1 次提交
  7. 04 1月, 2012 1 次提交
  8. 14 10月, 2010 1 次提交
  9. 16 12月, 2009 1 次提交