Hi.

(I hope you are the code maintainer for adfs. Your name is in the
files.)

I have changed the interface to mark_buffer_dirty (as per Tigran 
Aivazian's suggestion). This impacts adfs as per the following
patch.

diff -u --recursive -X misc/dontdiff linux-240test8-pre2/fs/adfs/dir_f.c 
linux/fs/adfs/dir_f.c
--- linux-240test8-pre2/fs/adfs/dir_f.c Mon Jul 31 21:03:22 2000
+++ linux/fs/adfs/dir_f.c       Mon Sep  4 20:43:46 2000
@@ -437,7 +437,7 @@
        }
 #endif
        for (i = dir->nr_buffers - 1; i >= 0; i--)
-               mark_buffer_dirty(dir->bh[i], 1);
+               mark_buffer_dirty(dir->bh[i]);
 
        ret = 0;
 out:

-- 
Regards,
        Rasmus([EMAIL PROTECTED])

Half this game is ninety percent mental.
-Philadelphia Phillies manager Danny Ozark
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to