Re: [PATCH 3/7] ext2fs: fix diskfs_pager_users

2014-05-26 Thread Samuel Thibault
Justus Winter, le Mon 26 May 2014 13:19:15 +0200, a écrit : > This fixes a bug introduced in 86122789. > > * ext2fs/pager.c (diskfs_pager_users): We count file_pager_bucket, > which does not include the disk pagers. Fix condition accordingly. Apparently I missed it indeed. Ack. > --- > ext2fs

[PATCH 3/7] ext2fs: fix diskfs_pager_users

2014-05-26 Thread Justus Winter
This fixes a bug introduced in 86122789. * ext2fs/pager.c (diskfs_pager_users): We count file_pager_bucket, which does not include the disk pagers. Fix condition accordingly. --- ext2fs/pager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext2fs/pager.c b/ext2fs/pager.c in