ceph: factor out ceph_lookup_inode()

This function will be used by __fh_to_dentry and by the quotas code, to
find quota realm inodes that are not visible in the mountpoint.

Signed-off-by: Luis Henriques <lhenriques@suse.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Šī revīzija ir iekļauta:
Luis Henriques
2019-03-21 10:20:09 +00:00
revīziju iesūtīja Ilya Dryomov
vecāks 1b52931ca9
revīzija 3886274adf
2 mainīti faili ar 13 papildinājumiem un 2 dzēšanām

Parādīt failu

@@ -1082,6 +1082,7 @@ extern long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
/* export.c */
extern const struct export_operations ceph_export_ops;
struct inode *ceph_lookup_inode(struct super_block *sb, u64 ino);
/* locks.c */
extern __init void ceph_flock_init(void);