Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7c993
)
a small style fix
author
panda
<panda>
Fri, 16 Oct 2009 13:47:55 +0000
(13:47 +0000)
committer
panda
<panda>
Fri, 16 Oct 2009 13:47:55 +0000
(13:47 +0000)
lustre/llite/file.c
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
eddc914
..
9f8e413
100644
(file)
--- 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);
}