1. 26 Jun, 2009 2 commits
    • Steve French's avatar
      [CIFS] remove unknown mount option warning message · 71a394fa
      Steve French authored
      Jeff's previous patch which removed the unneeded rw/ro
      parsing can cause a minor warning in dmesg (about the
      unknown rw or ro mount option) at mount time. This
      patch makes cifs ignore them in kernel to remove the warning
      (they are already handled in the mount helper and VFS).
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      71a394fa
    • Steve French's avatar
      [CIFS] remove bkl usage from umount begin · ad8034f1
      Steve French authored
      The lock_kernel call moved into the fs for umount_begin
      is not needed.  This adds a check to make sure we don't
      call umount_begin twice on the same fs.
      
      umount_begin for cifs is probably not needed and
      may eventually be able to be removed, but in
      the meantime this smaller patch is safe and
      gets rid of the bkl from this path which provides
      some benefit.
      
      Acked-by: Jeff Layton <redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      ad8034f1
  2. 25 Jun, 2009 7 commits
  3. 15 Jun, 2009 2 commits
  4. 14 Jun, 2009 1 commit
  5. 13 Jun, 2009 28 commits