From: niu Date: Thu, 18 Sep 2003 07:55:57 +0000 (+0000) Subject: b: 1929 X-Git-Tag: v1_7_0_51~2^7~518 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e9e9cce20e2751a862c6386cc3caea1176ec3588;p=fs%2Flustre-release.git b: 1929 r: braam Improve the code organization in llite. --- diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 5bc13f4..486d233 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -158,6 +158,8 @@ int it_disposition(struct lookup_intent *it, int flag); void it_set_disposition(struct lookup_intent *it, int flag); void ll_read_inode2(struct inode *inode, void *opaque); void ll_umount_begin(struct super_block *sb); +int ll_prep_inode(struct obd_export *exp, struct inode **inode, + struct ptlrpc_request *req, int offset, struct super_block *sb); /* llite/symlink.c */ extern struct inode_operations ll_fast_symlink_inode_operations;