On Tue 22-04-08 14:32:11, Jeff Mahoney wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jan Kara wrote: > > Hello, > > > > I've just looked into the Reiserfs code in 2.6.25 kernel and from the code > > it seems as data=journal mode isn't really handled any specially from > > data=writeback mode. So does Reiserfs really support journaling of data? > > If no, then we should remove the mount option. If yes, then I really wonder > > where is the distinction from data=writeback mode... Thanks for an answer in > > advance. > > Check out reiserfs_commit_page() for the code where it is attached to a > transaction. Then it's handled identically to dirty metadata when the > transaction is committed. Ah, I see, thanks. I was grepping for "reiserfs_data_log" but there is "reiserfs_file_data_log" which I completely missed. Maybe you can help me with my original problem :) - I have a file (quota file) and I need to make sure that all the dirty data and metadata of that file is on disk in its final locations (i.e., not only in journal). Will just starting an auxiliary transaction and then doing do_journal_end(th, sb, 1, FLUSH_ALL) do the work as I think? Thanks. Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html