X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fnamei.c;h=914918273ca1f9d9007626cee1cf42db0e971a00;hp=da02c9ffa80689dd0c6953249ba9b40389397af7;hb=0209add4a5099817111c8576afe930d1e2daef03;hpb=8abb5a19e4375f194f3f7d304ad46ec7120e733f diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index da02c9f..9149182 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -58,8 +58,8 @@ static int ll_create_it(struct inode *, struct dentry *, * Check if we have something mounted at the named dchild. * In such a case there would always be dentry present. */ -static int ll_d_mountpoint(struct dentry *dparent, struct dentry *dchild, - struct qstr *name) +int ll_d_mountpoint(struct dentry *dparent, struct dentry *dchild, + struct qstr *name) { int mounted = 0; @@ -909,8 +909,7 @@ static int ll_create_it(struct inode *dir, struct dentry *dentry, int mode, RETURN(0); } -static void ll_update_times(struct ptlrpc_request *request, - struct inode *inode) +void ll_update_times(struct ptlrpc_request *request, struct inode *inode) { struct mdt_body *body = req_capsule_server_get(&request->rq_pill, &RMF_MDT_BODY);