Author: Andrew Morton <akpm@linux-foundation.org> use do{}while – more efficient and it squishes a coccinelle warning Reported-by: Fengguang Wu Cc: Cody P Schafer Cc: Jan Kara Cc: Michel Lespinasse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds — fs/ext3/dir.c | 8 ++++—- 1 file changed, 4 insertions(+), 4 deletions(-) diff –git a/fs/ext3/dir.c b/fs/ext3/dir.c index a331ad1..e66e480 100644 — …