X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fllite_internal.h;h=da6bb98df9a88ed7531669d37c35f0ef76da5ef5;hb=45d054e77353bf5b09637923e5abeb3e72a997fd;hp=03a413554e0e2510e5052935890c3bd598400136;hpb=da0626bc7fe73bd8490009289935581e389470b8;p=fs%2Flustre-release.git diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 03a4135..da6bb98 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -130,7 +130,8 @@ extern struct file_operations ll_dir_operations; extern struct inode_operations ll_dir_inode_operations; /* llite/namei.c */ -int ll_objects_destroy(struct ptlrpc_request *request, struct inode *dir); +int ll_objects_destroy(struct ptlrpc_request *request, + struct inode *dir, int offset); struct inode *ll_iget(struct super_block *sb, ino_t hash, struct lustre_md *lic); struct dentry *ll_find_alias(struct inode *, struct dentry *);