From: Oleg Drokin Date: Sun, 27 Apr 2014 01:43:31 +0000 (-0400) Subject: LU-4423 style: Change comment to fit within 80 columns X-Git-Tag: 2.5.59~57 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=18667c0697276c0038f0237a9444cbb132d30fbd;p=fs%2Flustre-release.git LU-4423 style: Change comment to fit within 80 columns A statahead commend had too long lines. This needed to be fixed in order to get the patch upstream Change-Id: I4a899a36d83591195727847712232dfca26f2d35 Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/10121 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: James Nunez --- diff --git a/lustre/llite/statahead.c b/lustre/llite/statahead.c index c21bae3..bb75469 100644 --- a/lustre/llite/statahead.c +++ b/lustre/llite/statahead.c @@ -1648,10 +1648,10 @@ int do_statahead_enter(struct inode *dir, struct dentry **dentryp, sai, parent->d_name.len, parent->d_name.name); /* The sai buffer already has one reference taken at allocation time, - * but as soon as we expose the sai by attaching it to the lli that default - * reference can be dropped by another thread calling ll_stop_statahead. - * We need to take a local reference to protect the sai buffer while we intend - * to access it. */ + * but as soon as we expose the sai by attaching it to the lli that + * default reference can be dropped by another thread calling + * ll_stop_statahead. We need to take a local reference to protect + * the sai buffer while we intend to access it. */ ll_sai_get(sai); lli->lli_sai = sai;