[f2fs-dev] [PATCH] resize.f2fs: correct the max segno in migrate_main

2016-11-27 Thread Junling Zheng
Signed-off-by: Junling Zheng --- fsck/resize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsck/resize.c b/fsck/resize.c index 46aa30e..ba7bb88 100644 --- a/fsck/resize.c +++ b/fsck/resize.c @@ -143,7 +143,7 @@ static void migrate_main(struct

Re: [f2fs-dev] [PATCH] fscrypto: move ioctl processing more fully into common code

2016-11-27 Thread Theodore Ts'o
On Sat, Nov 26, 2016 at 08:20:48PM -0800, Eric Biggers wrote: > > I guess I'm okay with that, since struct fscrypt_policy won't have any padding > bytes because its members are all bytes. Plus it's marked __packed, though I > think that was a mistake given that the struct isn't stored on disk