From 1e37037a98ef852dc829762b0c4a600f7b929d63 Mon Sep 17 00:00:00 2001 From: panda Date: Fri, 16 Oct 2009 13:47:55 +0000 Subject: [PATCH] a small style fix --- lustre/llite/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index eddc914..9f8e413 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -1792,7 +1792,7 @@ static ssize_t ll_file_aio_write(struct kiocb *iocb, const struct iovec *iov, /* signal(7) specifies that write(2) and writev(2) should be restarted */ if (!(fd->fd_flags & LL_FILE_IGNORE_LOCK)) { got_write_sem = 1; - if ( down_interruptible(&ll_i2info(inode)->lli_write_sem)) + if (down_interruptible(&ll_i2info(inode)->lli_write_sem)) RETURN(-ERESTARTSYS); } -- 1.8.3.1