cifs: remove bogus remapping of error in cifs_filldir()
authorSuresh Jayaraman <sjayaraman@suse.de>
Mon, 6 Dec 2010 08:15:50 +0000 (13:45 +0530)
committerSteve French <sfrench@us.ibm.com>
Wed, 8 Dec 2010 18:47:54 +0000 (18:47 +0000)
As the FIXME points out correctly, now filldir() itself returns -EOVERFLOW if
it not possible to represent the inode number supplied by the filesystem in
the field provided by userspace.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/readdir.c

Simple merge