Re: [PATCH 1/4][RFC] ext4: remove duplicated check from ext4_fallocate

2012-11-20 Thread Nehemiah Dacres
I wanted to know if any one else is writing a BTRFS gui other than the writers of BTRFS-GUI (http://carfax.org.uk/btrfs-gui) who haven't updated svn sense 2009 I think. Is there any documentation on communicating with /dev/btrfs-controle ? a command list? I've looked at the source of btrfs.c but

[PATCH 1/4][RFC] ext4: remove duplicated check from ext4_fallocate

2012-11-20 Thread Zheng Liu
From: Zheng Liu Remove a sanity check from ext4_fallocate because vfs has already checked it. Reported-by: Guo Chao Signed-off-by: Zheng Liu --- fs/ext4/extents.c | 4 1 file changed, 4 deletions(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 7011ac9..c2eb409 100644 --- a/f