Whamcloud - gitweb
- OBD_ALLOC() of obdos are replaced by obdo_alloc(), the same about obdo_free().
[fs/lustre-release.git] / lustre / llite / rw24.c
index 9c95c94..cd1b1ce 100644 (file)
@@ -100,7 +100,6 @@ static int ll_direct_IO_24(int rw, struct inode *inode, struct kiobuf *iobuf,
                         POISON_PAGE(iobuf->maplist[i], 0x0d);
         }
 
-
         oa = obdo_alloc();
         if (oa == NULL) {
                 ptlrpc_set_destroy(set);