From 18667c0697276c0038f0237a9444cbb132d30fbd Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Sat, 26 Apr 2014 21:43:31 -0400 Subject: [PATCH] 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 --- lustre/llite/statahead.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 1.8.3.1