super.c (ea77f7a2e8561012cf100c530170f12351c3b53e) super.c (aa38572954ade525817fe88c54faebf85e5a61c0)
1/*
2 * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
3 *
4 * Trivial changes by Alan Cox to add the LFS fixes
5 *
6 * Trivial Changes:
7 * Rights granted to Hans Reiser to redistribute under other terms providing
8 * he accepts all liability including but not limited to patent, fitness

--- 554 unchanged lines hidden (view full) ---

563}
564
565static void destroy_inodecache(void)
566{
567 kmem_cache_destroy(reiserfs_inode_cachep);
568}
569
570/* we don't mark inodes dirty, we just log them */
1/*
2 * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
3 *
4 * Trivial changes by Alan Cox to add the LFS fixes
5 *
6 * Trivial Changes:
7 * Rights granted to Hans Reiser to redistribute under other terms providing
8 * he accepts all liability including but not limited to patent, fitness

--- 554 unchanged lines hidden (view full) ---

563}
564
565static void destroy_inodecache(void)
566{
567 kmem_cache_destroy(reiserfs_inode_cachep);
568}
569
570/* we don't mark inodes dirty, we just log them */
571static void reiserfs_dirty_inode(struct inode *inode)
571static void reiserfs_dirty_inode(struct inode *inode, int flags)
572{
573 struct reiserfs_transaction_handle th;
574
575 int err = 0;
576 int lock_depth;
577
578 if (inode->i_sb->s_flags & MS_RDONLY) {
579 reiserfs_warning(inode->i_sb, "clm-6006",

--- 1687 unchanged lines hidden ---
572{
573 struct reiserfs_transaction_handle th;
574
575 int err = 0;
576 int lock_depth;
577
578 if (inode->i_sb->s_flags & MS_RDONLY) {
579 reiserfs_warning(inode->i_sb, "clm-6006",

--- 1687 unchanged lines hidden ---