X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fllite%2Fllite_internal.h;h=2701b7183765787c9fac499926eb0814507120de;hb=31819a287dcfc8b11b7623b399e9fb444174602c;hp=d0349aa45876f8f86728c33da1f111564e756225;hpb=0275eeb06fa394cc1447f385555107cb4f1d889f;p=fs%2Flustre-release.git diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index d0349aa..2701b71 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -125,7 +125,6 @@ struct ll_inode_info { /* this lock protects posix_acl, pending_write_llaps, mmap_cnt */ spinlock_t lli_lock; - struct list_head lli_pending_write_llaps; struct list_head lli_close_list; /* handle is to be sent to MDS later on done_writing and setattr. * Open handle data are needed for the recovery to reconstruct @@ -640,6 +639,7 @@ int ll_file_open(struct inode *inode, struct file *file); int ll_file_release(struct inode *inode, struct file *file); int ll_glimpse_ioctl(struct ll_sb_info *sbi, struct lov_stripe_md *lsm, lstat_t *st); +void ll_ioepoch_open(struct ll_inode_info *lli, __u64 ioepoch); int ll_local_open(struct file *file, struct lookup_intent *it, struct ll_file_data *fd, struct obd_client_handle *och); @@ -680,6 +680,7 @@ int ll_fiemap(struct inode *inode, struct ll_user_fiemap *fiemap, int ll_merge_lvb(struct inode *inode); int ll_get_grouplock(struct inode *inode, struct file *file, unsigned long arg); int ll_put_grouplock(struct inode *inode, struct file *file, unsigned long arg); +int ll_fid2path(struct obd_export *exp, void *arg); /* llite/dcache.c */ /* llite/namei.c */