X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fllite%2Ffile.c;h=e51a9b1f50324829489dae136ff315134f010ada;hb=bc310f7889a95597962ae4ff9414b02847b75034;hp=5c384d077a75f482585d302c1e677ffe23928fdf;hpb=56aa9e4acf00dd18753bd485ffa7e27650d889d4;p=fs%2Flustre-release.git diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 5c384d0..e51a9b1 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -748,7 +748,7 @@ static int ll_lock_to_stripe_offset(struct inode *inode, struct ldlm_lock *lock) char name[16]; struct ldlm_lock *lock; struct lov_stripe_md *lsm; - } key = { .name = "lock_to_stripe", .lock = lock, .lsm = lsm }; + } key = { .name = KEY_LOCK_TO_STRIPE, .lock = lock, .lsm = lsm }; __u32 stripe, vallen = sizeof(stripe); int rc; ENTRY;