From b7e4741656b1764ccd8b591e2d1d5594cea3ea38 Mon Sep 17 00:00:00 2001 From: sageweil Date: Wed, 1 Aug 2007 18:09:31 +0000 Subject: [PATCH] return proper value to fuse git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1579 29311d96-e01e-0410-9327-a35deaab8ce9 --- branches/sage/mds/client/fuse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/sage/mds/client/fuse.cc b/branches/sage/mds/client/fuse.cc index 5f4166dc541ca..60d636cf69a9d 100644 --- a/branches/sage/mds/client/fuse.cc +++ b/branches/sage/mds/client/fuse.cc @@ -216,7 +216,7 @@ static int ceph_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off &st, client->telldir(dirp)); } - return res; + return 0; } static int ceph_releasedir(const char *path, struct fuse_file_info *fi) -- 2.39.5