commit | 545c988b2018a593f24d291b66776a0d08525acd | [log] [tgz] |
---|---|---|
author | Suresh Jayaraman <sjayaraman@suse.de> | Mon Dec 06 13:45:50 2010 +0530 |
committer | Steve French <sfrench@us.ibm.com> | Wed Dec 08 18:47:54 2010 +0000 |
tree | e2a0b2f523bf3c51e361c3735db359878e1d868f | |
parent | 7d161b7f41e24203b54b0f18ae0d26c18a6c6fab [diff] |
cifs: remove bogus remapping of error in cifs_filldir() 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>