Whamcloud - gitweb
Branch: HEAD
authorwangdi <wangdi>
Thu, 19 Feb 2009 20:12:52 +0000 (20:12 +0000)
committerwangdi <wangdi>
Thu, 19 Feb 2009 20:12:52 +0000 (20:12 +0000)
Add bug reference for the race between partial page truncate and write.

lustre/llite/vvp_io.c

index 890997e..5efbbf1 100644 (file)
@@ -377,7 +377,7 @@ static int vvp_io_trunc_start(const struct lu_env *env,
                          * Wait for the transfer completion for a partially
                          * truncated page to avoid dead-locking an OST with
                          * the concurrent page-wise overlapping WRITE and
-                         * PUNCH requests.
+                         * PUNCH requests. BUG:17397.
                          *
                          * Partial page is disowned in vvp_io_trunc_end().
                          */