Revision 545c988b2018a593f24d291b66776a0d08525acd authored by Suresh Jayaraman on 06 December 2010, 08:15:50 UTC, committed by Steve French on 08 December 2010, 18:47:54 UTC
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>
1 parent 7d161b7
History
File Mode Size
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 388 bytes
acl.c -rw-r--r-- 10.5 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 54.7 KB
bitmap.c -rw-r--r-- 702 bytes
dir.c -rw-r--r-- 13.5 KB
ext3_jbd.c -rw-r--r-- 1.5 KB
file.c -rw-r--r-- 2.2 KB
fsync.c -rw-r--r-- 2.9 KB
hash.c -rw-r--r-- 4.3 KB
ialloc.c -rw-r--r-- 20.8 KB
inode.c -rw-r--r-- 101.9 KB
ioctl.c -rw-r--r-- 7.7 KB
namei.c -rw-r--r-- 66.8 KB
namei.h -rw-r--r-- 170 bytes
resize.c -rw-r--r-- 33.4 KB
super.c -rw-r--r-- 83.1 KB
symlink.c -rw-r--r-- 1.4 KB
xattr.c -rw-r--r-- 34.5 KB
xattr.h -rw-r--r-- 3.8 KB
xattr_security.c -rw-r--r-- 1.9 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top