dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/ocfs2/dlm
Theodore Ts'o ba52de123d [PATCH] inode-diet: Eliminate i_blksize from the inode structure
This eliminates the i_blksize field from struct inode.  Filesystems that want
to provide a per-inode st_blksize can do so by providing their own getattr
routine instead of using the generic_fillattr() function.

Note that some filesystems were providing pretty much random (and incorrect)
values for i_blksize.

[bunk@stusta.de: cleanup]
[akpm@osdl.org: generic_fillattr() fix]
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-27 08:26:18 -07:00
..
Makefile [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
dlmapi.h ocfs2: Allow binary names in the DLM 2006-09-24 13:50:42 -07:00
dlmast.c ocfs2: Silence dlm error print 2006-09-24 13:50:41 -07:00
dlmcommon.h ocfs2: Allow binary names in the DLM 2006-09-24 13:50:42 -07:00
dlmconvert.c ocfs2: fix compiler warnings in dlm_convert_lock_handler() 2006-06-26 14:43:20 -07:00
dlmconvert.h [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
dlmdebug.c [PATCH] fs/ocfs2/dlm/: cleanups 2006-06-26 14:43:21 -07:00
dlmdomain.c ocfs2: Cleanup message prints 2006-06-29 15:56:26 -07:00
dlmdomain.h [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
dlmfs.c [PATCH] inode-diet: Eliminate i_blksize from the inode structure 2006-09-27 08:26:18 -07:00
dlmfsver.c [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
dlmfsver.h [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
dlmlock.c ocfs2: Allow binary names in the DLM 2006-09-24 13:50:42 -07:00
dlmmaster.c ocfs2: Allow binary names in the DLM 2006-09-24 13:50:42 -07:00
dlmrecovery.c ocfs2: Allow binary names in the DLM 2006-09-24 13:50:42 -07:00
dlmthread.c ocfs2: use cond_resched() in dlm_thread() 2006-06-26 14:43:13 -07:00
dlmunlock.c ocfs2: fix check for locally granted state during dlmunlock() 2006-08-07 10:55:22 -07:00
dlmver.c [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
dlmver.h [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
userdlm.c ocfs2: Update dlmfs for new dlmlock() API 2006-09-24 13:50:42 -07:00
userdlm.h ocfs2: Update dlmfs for new dlmlock() API 2006-09-24 13:50:42 -07:00