Re: [PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs

2014-09-06 Thread Darrick J. Wong
On Fri, Aug 15, 2014 at 02:42:51PM +0800, Chin-Tsung Cheng wrote: > The journal blocks of external journal device should not > be counted as overhead. Hi Ted, Would you mind queueing this one up for 3.17? It fixes this problem: # df /mnt /dev/sda 64Z 64Z 2.8G 100% /mnt ...which is a

Re: [PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs

2014-09-06 Thread Darrick J. Wong
On Fri, Aug 15, 2014 at 02:42:51PM +0800, Chin-Tsung Cheng wrote: The journal blocks of external journal device should not be counted as overhead. Hi Ted, Would you mind queueing this one up for 3.17? It fixes this problem: # df /mnt /dev/sda 64Z 64Z 2.8G 100% /mnt ...which is a

[PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs

2014-08-15 Thread Chin-Tsung Cheng
The journal blocks of external journal device should not be counted as overhead. Signed-off-by: Chin-Tsung Cheng --- fs/ext4/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 32b43ad..a80b122 100644 --- a/fs/ext4/super.c +++

[PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs

2014-08-15 Thread Chin-Tsung Cheng
The journal blocks of external journal device should not be counted as overhead. Signed-off-by: Chin-Tsung Cheng chintz...@gmail.com --- fs/ext4/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 32b43ad..a80b122 100644 ---