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:
dde5e3f
)
Merge b1_8_gate from b1_6 (20080708_1553)
author
adilger
<adilger>
Wed, 9 Jul 2008 00:03:31 +0000
(
00:03
+0000)
committer
adilger
<adilger>
Wed, 9 Jul 2008 00:03:31 +0000
(
00:03
+0000)
Mostly minor cleanups.
Make ChangeLog consistent.
Bump build version to v1_7_51.
lustre/llite/rw.c
patch
|
blob
|
history
diff --git
a/lustre/llite/rw.c
b/lustre/llite/rw.c
index
0e7466b
..
e79fa25
100644
(file)
--- a/
lustre/llite/rw.c
+++ b/
lustre/llite/rw.c
@@
-325,9
+325,6
@@
static int ll_ap_make_ready(void *data, int cmd)
llap = LLAP_FROM_COOKIE(data);
page = llap->llap_page;
- LASSERTF(!(cmd & OBD_BRW_READ), "cmd %x page %p ino %lu index %lu\n", cmd, page,
- page->mapping->host->i_ino, page->index);
-
/* we're trying to write, but the page is locked.. come back later */
if (TryLockPage(page))
RETURN(-EAGAIN);