Displaying 1 result from an estimated 1 matches for "faeaa7f".
Did you mean:
6aeaa7b
2010 Jan 14
0
[PATCH] Include subvolume= and metadata_ratio= in /cat/proc
...subvol=snap-
of-root 0 0
BR
G.Baroncelli
commit 3d7ea7bbd70a66c4d0f369b2879c503b722e8834
Author: ghigo <ghigo@kreijack.homelinux.net>
Date: Thu Jan 14 20:27:41 2010 +0100
Add info about metadata_ratio and subvolume name
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 3f9b457..faeaa7f 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -461,6 +461,16 @@ static int btrfs_show_options(struct seq_file *seq,
struct vfsmount *vfs)
seq_puts(seq, ",discard");
if (!(root->fs_info->sb->s_flags & MS_POSIXACL))
seq_puts(seq, ",noacl");
+ if( ro...