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.
KAMEZAWA Hiroyuki
6f0419e06a
[PATCH] for_each_possible_cpu: xfs
...
for_each_cpu() actually iterates across all possible CPUs. We've had mistakes
in the past where people were using for_each_cpu() where they should have been
iterating across only online or present CPUs. This is inefficient and
possibly buggy.
We're renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the
future.
This patch replaces for_each_cpu with for_each_possible_cpu.
in xfs.
Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 years ago
..
kmem.c
[XFS] Cleanup cosmetic differences between source trees.
20 years ago
kmem.h
[XFS] Make the pflags test/set wrappers more legible for us mere humans.
19 years ago
mrlock.h
[XFS] lock validator: lockdep: small xfs init_rwsem() cleanup
19 years ago
mutex.h
[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.
19 years ago
sema.h
[XFS] Kill direct access to ->count in valusema(); all we ever use it for
19 years ago
spin.h
[XFS] Update license/copyright notices to match the prefered SGI
20 years ago
sv.h
[XFS] Update license/copyright notices to match the prefered SGI
20 years ago
time.h
[XFS] Update license/copyright notices to match the prefered SGI
20 years ago
xfs_aops.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_aops.h
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_buf.c
[PATCH] Add GFP_NOWAIT
19 years ago
xfs_buf.h
[XFS] Complete the pagebuf -> xfs_buf naming convention transition,
19 years ago
xfs_cred.h
[PATCH] move capable() to capability.h
19 years ago
xfs_export.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_export.h
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
19 years ago
xfs_file.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_fs_subr.c
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_fs_subr.h
[XFS] Update license/copyright notices to match the prefered SGI
20 years ago
xfs_globals.c
[XFS] Add degframentation exclusion support
19 years ago
xfs_globals.h
[XFS] Update license/copyright notices to match the prefered SGI
20 years ago
xfs_ioctl.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_ioctl32.c
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_ioctl32.h
[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype.
19 years ago
xfs_iops.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_iops.h
[PATCH] Make most file operations structs in fs/ const
19 years ago
xfs_linux.h
[XFS] Map EFSCORRUPTED to an actual error code, not just a made up one
19 years ago
xfs_lrw.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_lrw.h
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_stats.c
[PATCH] for_each_possible_cpu: xfs
19 years ago
xfs_stats.h
[XFS] Complete the pagebuf -> xfs_buf naming convention transition,
19 years ago
xfs_super.c
[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results
19 years ago
xfs_super.h
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_sysctl.c
[PATCH] for_each_possible_cpu: xfs
19 years ago
xfs_sysctl.h
[XFS] Add degframentation exclusion support
19 years ago
xfs_version.h
[XFS] Update license/copyright notices to match the prefered SGI
20 years ago
xfs_vfs.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_vfs.h
[XFS] Cleanup a missed porting conversion, and freezing.
19 years ago
xfs_vnode.c
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
19 years ago
xfs_vnode.h
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
19 years ago