rm: ignore errno related to invalid file names
authorNadav Har'El <nyh@math.technion.ac.il>
Tue, 11 Jan 2011 14:53:07 +0000 (07:53 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 11 Jan 2011 18:48:53 +0000 (11:48 -0700)
commit731f957965a6ad48deb6522ff87bcf52b1e523e4
treef61137e91c48b504d6ab47e4b06a2f799912d22d
parentdb1034ddaf93682426600cbf6cd8cb40568c999a
rm: ignore errno related to invalid file names

* src/remove.c (nonexistent_file_errno): Also skip EINVAL and
EILSEQ, for at least smbfs rejection of '*' in file names.
* NEWS: Mention the fix.
NEWS
src/remove.c