You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dave Kleikamp
b964638ffd
JFS: Fix multiple errors in metapage_releasepage
...
It looks like metapage_releasepage was making in invalid assumption that
the releasepage method would not be called on a dirty page. Instead of
issuing a warning and releasing the metapage, it should return 0, indicating
that the private data for the page cannot be released.
I also realized that metapage_releasepage had the return code all wrong. If
it is successful in releasing the private data, it should return 1, otherwise
it needs to return 0.
Lastly, there is no need to call wait_on_page_writeback, since
try_to_release_page will not call us with a page in writback state.
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
19 years ago
..
Makefile
JFS: ext2 inode attributes for jfs
19 years ago
acl.c
JFS: add uid, gid, and umask mount options
19 years ago
endian24.h
…
file.c
[PATCH] Make most file operations structs in fs/ const
19 years ago
inode.c
[PATCH] remove ->get_blocks() support
19 years ago
ioctl.c
JFS: Add missing file from fa3241d24c
19 years ago
jfs_acl.h
…
jfs_btree.h
…
jfs_debug.c
[PATCH] fs: Use ARRAY_SIZE macro
19 years ago
jfs_debug.h
…
jfs_dinode.h
JFS: ext2 inode attributes for jfs
19 years ago
jfs_dmap.c
JFS: Take logsync lock before testing mp->lsn
19 years ago
jfs_dmap.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_dtree.c
JFS: Add back directory i_size calculations for legacy partitions
20 years ago
jfs_dtree.h
…
jfs_extent.c
JFS: semaphore to mutex conversion.
19 years ago
jfs_extent.h
…
jfs_filsys.h
…
jfs_imap.c
JFS: add uid, gid, and umask mount options
19 years ago
jfs_imap.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_incore.h
JFS: add uid, gid, and umask mount options
19 years ago
jfs_inode.c
JFS: add uid, gid, and umask mount options
19 years ago
jfs_inode.h
[PATCH] Make most file operations structs in fs/ const
19 years ago
jfs_lock.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_logmgr.c
[PATCH] sem2mutex: fs/
19 years ago
jfs_logmgr.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_metapage.c
JFS: Fix multiple errors in metapage_releasepage
19 years ago
jfs_metapage.h
…
jfs_mount.c
…
jfs_superblock.h
JFS: Use the kthread_ API
19 years ago
jfs_txnmgr.c
JFS: Use the kthread_ API
19 years ago
jfs_txnmgr.h
…
jfs_types.h
…
jfs_umount.c
[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
19 years ago
jfs_unicode.c
…
jfs_unicode.h
…
jfs_uniupr.c
…
jfs_xattr.h
…
jfs_xtree.c
JFS: make sure right-most xtree pages have header.next set to zero
20 years ago
jfs_xtree.h
…
namei.c
[PATCH] Make most file operations structs in fs/ const
19 years ago
resize.c
[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
19 years ago
super.c
[PATCH] cpuset memory spread: slab cache format
19 years ago
symlink.c
…
xattr.c
JFS: semaphore to mutex conversion.
19 years ago