Re: btrfs: introduce btrfs_show_options

2009-02-25 Thread Chris Mason
On Tue, 2009-02-24 at 17:48 -0500, Eric Paris wrote: > btrfs options can change at times other than mount, yet /proc/mounts shows the > options string used when the fs was mounted (an example would be when btrfs > determines that barriers aren't useful and turns them off.) This patch > instead out

btrfs: introduce btrfs_show_options

2009-02-24 Thread Eric Paris
btrfs options can change at times other than mount, yet /proc/mounts shows the options string used when the fs was mounted (an example would be when btrfs determines that barriers aren't useful and turns them off.) This patch instead outputs the actual options in use by btrfs. Signed-off-by: Eric