libceph: define new ceph_file_layout structure
[cascardo/linux.git] / fs / ceph / mds_client.h
index e7d38aa..75ecf96 100644 (file)
@@ -275,8 +275,8 @@ struct ceph_mds_request {
 
 struct ceph_pool_perm {
        struct rb_node node;
-       u32 pool;
        int perm;
+       s64 pool;
 };
 
 /*