ceph: fix ceph_dir_llseek()
[deliverable/linux.git] / fs / ceph / super.h
index d8801a95b6857d514fc27e440af8d476513cae3e..70bb183385b755784fe6819d13970b4187bb32f3 100644 (file)
@@ -577,7 +577,7 @@ struct ceph_file_info {
 
        /* readdir: position within a frag */
        unsigned offset;       /* offset of last chunk, adjusted for . and .. */
-       u64 next_offset;       /* offset of next chunk (last_name's + 1) */
+       unsigned next_offset;  /* offset of next chunk (last_name's + 1) */
        char *last_name;       /* last entry in previous chunk */
        struct dentry *dentry; /* next dentry (for dcache readdir) */
        int dir_release_count;
This page took 0.149646 seconds and 5 git commands to generate.