Hi Chaitanya,
On 2019/4/11 14:57, Chaitanya Kulkarni wrote:
diff --git a/fs/block_dev.c b/fs/block_dev.c
index 78d3257435c0..0fead5520a7e 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -84,7 +84,7 @@ void kill_bdev(struct block_device *bdev)
invalidate_bh_lrus();
truncate_inode_pages(mapping, 0);
-}
+}
Didn't understand above change, is it possible to get rid of above line
change ?
Hi, there are some extra white space at the end of the line and my
editor removed those white space.
If people don't like this change, I can remove it.
Thanks,
Jason