1. 14 1月, 2011 2 次提交
    • J
      nfsd: don't support msnfs export option · 9ce137ee
      J. Bruce Fields 提交于
      We've long had these pointless #ifdef MSNFS's sprinkled throughout the
      code--pointless because MSNFS is always defined (and we give no config
      option to make that easy to change).  So we could just remove the
      ifdef's and compile the resulting code unconditionally.
      
      But as long as we're there: why not just rip out this code entirely?
      The only purpose is to implement the "msnfs" export option which turns
      on Windows-like behavior in some cases, and:
      
      	- the export option isn't documented anywhere;
      	- the userland utilities (which would need to be able to parse
      	  "msnfs" in an export file) don't support it;
      	- I don't know how to maintain this, as I don't know what the
      	  proper behavior is; and
      	- google shows no evidence that anyone has ever used this.
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      9ce137ee
    • J
      nfsd4: initialize cb_per_client · 9ee1ba54
      J. Bruce Fields 提交于
      Otherwise a callback that is aborted before it runs will result in a
      list_del on an uninitialized list head.
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      9ee1ba54
  2. 12 1月, 2011 16 次提交
  3. 11 1月, 2011 1 次提交
  4. 05 1月, 2011 21 次提交