Re: [PATCH] fs/buffer.c: Delete redundant uptodate check for buffer

2021-04-11 Thread Shaokun Zhang
+Cc: Andrew Morton On 2021/4/1 14:57, Shaokun Zhang wrote: > From: Yang Guo > > The buffer uptodate state has been checked in function set_buffer_uptodate, > there is no need use buffer_uptodate before calling set_buffer_uptodate and > delete it. > > Cc: Alexander Viro > Signed-off-by: Yang

[PATCH] fs/buffer.c: Delete redundant uptodate check for buffer

2021-04-01 Thread Shaokun Zhang
From: Yang Guo The buffer uptodate state has been checked in function set_buffer_uptodate, there is no need use buffer_uptodate before calling set_buffer_uptodate and delete it. Cc: Alexander Viro Signed-off-by: Yang Guo Signed-off-by: Shaokun Zhang --- fs/buffer.c | 6 ++ 1 file