summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2008-09-17 16:49:33 +1000
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-09-17 16:49:33 +1000
commit6efdf281777eb07fac28ac2b2d7df1e619ee6da1 (patch)
tree300ee54e4a9a7d7180a9b6770a51d42ad544b989 /tools/perf/scripts/python/bin/stackcollapse-record
parent31bd61f2bb79e098117d823e054342b03aa87668 (diff)
downloadkernel-6efdf281777eb07fac28ac2b2d7df1e619ee6da1.tar.gz
[XFS] Fix regression introduced by remount fixup
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: Christoph Hellwig <hch@infradead.org> Signed-off-by: Tim Shimmin <tes@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
7f73c314c742243b8dc5ef072e9dadbe581'>Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds 2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds 2023-02-07fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()Eric Biggers 2023-01-27fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn 2023-01-26fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig 2022-12-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds 2022-11-25fs: simplify vfs_get_superChristoph Hellwig 2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers 2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers 2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-07-27vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev 2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin 2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig 2022-01-30vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong 2022-01-22mm: remove cleancacheChristoph Hellwig 2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown 2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig