Re: [PATCH] fs: befs: use flags field to validate fs state

2016-05-10 Thread Andrew Morton
On Tue, 10 May 2016 19:59:42 +0100 Salah Triki wrote: > flags field records the state of the superblock, so it is > more appropriate to use this field for validating the fs state than > using the fields log_start and log_end. > > Signed-off-by: Salah Triki

Re: [PATCH] fs: befs: use flags field to validate fs state

2016-05-10 Thread Andrew Morton
On Tue, 10 May 2016 19:59:42 +0100 Salah Triki wrote: > flags field records the state of the superblock, so it is > more appropriate to use this field for validating the fs state than > using the fields log_start and log_end. > > Signed-off-by: Salah Triki > --- > fs/befs/super.c | 2 +- > 1

[PATCH] fs: befs: use flags field to validate fs state

2016-05-10 Thread Salah Triki
flags field records the state of the superblock, so it is more appropriate to use this field for validating the fs state than using the fields log_start and log_end. Signed-off-by: Salah Triki --- fs/befs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] fs: befs: use flags field to validate fs state

2016-05-10 Thread Salah Triki
flags field records the state of the superblock, so it is more appropriate to use this field for validating the fs state than using the fields log_start and log_end. Signed-off-by: Salah Triki --- fs/befs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git