07.06.2011 03:19, Theodore Ts'o wrote: > If user space attempts to remove a non-existent file or directory, and > the file system is mounted read-only, return ENOENT instead of EROFS. > Either error code is arguably valid/correct, but ENOENT is a more > specific error message. > > Reported-by: Michael Tokarev <mjt@xxxxxxxxxx> > Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> Thank you very much for this patch. I had no chance to test it before, now I've tested it and it works as expected - now both rm(1) and rmdir(1) behave correctly, and git rm works too. It's interesting to note that it's been this way for several years (when the change occured?), and there has been no complains so far... ;) Thanks! /mjt -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html