commit | b58a285ba40866e22e5876969a8f796a74311d9e | [log] [tgz] |
---|---|---|
author | Jiro SEKIBA <jir@unicus.jp> | Wed Jun 24 20:06:34 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Sep 14 18:27:13 2009 +0900 |
tree | 9a667fdb99c0429c1871da626cb7589dec54adb7 | |
parent | 143511046765504d2d1be633efd710f8d84e0407 [diff] |
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts This is a patch to display mount options in procfs. Mount options will show up in the /proc/mounts as other fs does. ... /dev/sda6 /mnt nilfs2 ro,relatime,barrier=off,cp=3,order=strict 0 0 ... Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>