From 6bf2ba3c93822c4d28ef231674128a9abc10b902 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Sep 2005 20:22:59 +0000 Subject: [PATCH] - don't need that debug anymore, fsync() is safe enough WRT 11/17 --- lustre/llite/file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 1190339..2f133e5 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -1691,8 +1691,6 @@ int ll_fsync(struct file *file, struct dentry *dentry, int data) /* 2.6 implements filemap_fdatawait() using PG_writeback which we * don't support now. so, wait until all submited llaps are gone */ - if (ll_is_inode_dirty(mapping->host)) - CWARN("fsync() against "DLID4"\n", OLID4(&lli->lli_id)); wait_event(lli->lli_dirty_wait, !ll_is_inode_dirty(mapping->host)); ll_inode2id(&id, inode); -- 1.8.3.1