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/drivers/oprofile
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
..
buffer_sync.c [PATCH] oprofile: convert from semaphores to mutexes 2006-06-25 10:01:04 -07:00
buffer_sync.h
cpu_buffer.c [PATCH] Add oprofile_add_ext_sample 2006-03-28 09:16:02 -08:00
cpu_buffer.h
event_buffer.c [PATCH] oprofile: convert from semaphores to mutexes 2006-06-25 10:01:04 -07:00
event_buffer.h [PATCH] oprofile: convert from semaphores to mutexes 2006-06-25 10:01:04 -07:00
oprof.c [PATCH] oprofile: convert from semaphores to mutexes 2006-06-25 10:01:04 -07:00
oprof.h
oprofile_files.c
oprofile_stats.c [PATCH] for_each_possible_cpu: oprofile. 2006-03-28 09:16:05 -08:00
oprofile_stats.h
oprofilefs.c [PATCH] inode-diet: Eliminate i_blksize from the inode structure 2006-09-27 08:26:18 -07:00
timer_int.c