Whamcloud - gitweb
LU-4682 llite: a few fixes for migration.
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 19ec0e8..e94ff22 100644 (file)
@@ -833,6 +833,8 @@ struct ll_file_data *ll_file_data_get(void);
 struct posix_acl * ll_get_acl(struct inode *inode, int type);
 int ll_migrate(struct inode *parent, struct file *file, int mdtidx,
               const char *name, int namelen);
+int ll_get_fid_by_name(struct inode *parent, const char *name,
+                      int namelen, struct lu_fid *fid);
 #ifdef HAVE_GENERIC_PERMISSION_4ARGS
 int ll_inode_permission(struct inode *inode, int mask, unsigned int flags);
 #else