瀏覽代碼

ceph: exclude snapdir from readdir results

It was hidden from sync readdir, but not the cached dcache version.

Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil 15 年之前
父節點
當前提交
09b8a7d2af
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/ceph/dir.c

+ 1 - 0
fs/ceph/dir.c

@@ -131,6 +131,7 @@ more:
 			goto out_unlock;
 		}
 		if (!d_unhashed(dentry) && dentry->d_inode &&
+		    ceph_snap(dentry->d_inode) != CEPH_SNAPDIR &&
 		    filp->f_pos <= di->offset)
 			break;
 		dout(" skipping %p %.*s at %llu (%llu)%s%s\n", dentry,