1. 06 1月, 2009 1 次提交
  2. 04 12月, 2008 4 次提交
  3. 01 12月, 2008 3 次提交
  4. 30 10月, 2008 18 次提交
  5. 21 10月, 2008 1 次提交
  6. 16 10月, 2008 1 次提交
  7. 14 10月, 2008 1 次提交
  8. 17 9月, 2008 1 次提交
    • C
      [XFS] Fix regression introduced by remount fixup · 6efdf281
      Christoph Hellwig 提交于
      Logically we would return an error in xfs_fs_remount code to prevent users
      from believing they might have changed mount options using remount which
      can't be changed.
      
      But unfortunately mount(8) adds all options from mtab and fstab to the
      mount arguments in some cases so we can't blindly reject options, but have
      to check for each specified option if it actually differs from the
      currently set option and only reject it if that's the case.
      
      Until that is implemented we return success for every remount request, and
      silently ignore all options that we can't actually change.
      
      SGI-PV: 985710
      
      SGI-Modid: xfs-linux-melb:xfs-kern:31908a
      Signed-off-by: NChristoph Hellwig <hch@infradead.org>
      Signed-off-by: NTim Shimmin <tes@sgi.com>
      Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
      6efdf281
  9. 13 8月, 2008 10 次提交