]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
uclient: change readdir_r return value
authorSage Weil <sage@newdream.net>
Thu, 9 Jul 2009 17:29:05 +0000 (10:29 -0700)
committerSage Weil <sage@newdream.net>
Thu, 9 Jul 2009 17:29:05 +0000 (10:29 -0700)
commit387778e6a012107d2b918dc8220d6865994c2200
tree8daa2ff80e2711f61dafb7a284b0cb274f1ba502
parent8ecffa568651d25162c47f8ebabf89d4a684d57c
uclient: change readdir_r return value

1 on success (got a dirent), 0 on end of dir, <0 on error.  This
isn't exactly posix, but is a little less silly.
src/client/Client.cc
src/client/fuse_ll.cc