An error occurred while fetching folder content.
[PATCH] Document idr_get_new_above() semantics, update inotify
John McCutchan authored
There is an off by one problem with idr_get_new_above.

The comment and function name suggest that it will return an id >
starting_id, but it actually returned an id >= starting_id, and kernel
callers other than inotify treated it as such.

The patch below fixes the comment, and fixes inotifys usage.  The
function name still doesn't match the behaviour, but it never did.
Signed-off-by: default avatarJohn McCutchan <ttb@tentacle.dhs.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
7c657f2f
Name Last commit Last update
..
adfs Linux-2.6.12-rc2
affs Linux-2.6.12-rc2
afs [PATCH] Fix up symlink function pointers
autofs Fix nasty ncpfs symlink handling bug.
autofs4 [PATCH] Fix up symlink function pointers
befs befs: fix up missed follow_link declaration change
bfs Linux-2.6.12-rc2
cifs Fix nasty ncpfs symlink handling bug.
coda [PATCH] class: convert the remaining class_simple users in the kernel to usee the new class api
cramfs Linux-2.6.12-rc2
debugfs [PATCH] remove duplicate get_dentry functions in various places
devfs [PATCH] Fix up symlink function pointers
devpts Linux-2.6.12-rc2
efs Linux-2.6.12-rc2
exportfs Linux-2.6.12-rc2
ext2 Fix nasty ncpfs symlink handling bug.
ext3 Fix nasty ncpfs symlink handling bug.
fat [PATCH] fatfs sectioning fix
freevxfs [PATCH] freevxfs: fix breakage introduced by symlink fixes
hfs [PATCH] hfs: don't reference missing page
hfsplus [PATCH] hfs: don't reference missing page
hostfs [PATCH] uml: implement hostfs syncing
hpfs Linux-2.6.12-rc2
hppfs [PATCH] uml: fix hppfs error path
hugetlbfs [PATCH] Avoiding mmap fragmentation
isofs
jbd
jffs
jffs2
jfs
lockd
minix
msdos
ncpfs
nfs
nfs_common
nfsd
nls
ntfs
openpromfs
partitions
proc
qnx4
ramfs
reiserfs
romfs
smbfs
sysfs
sysv
udf
ufs
umsdos
vfat
xfs
Kconfig
Kconfig.binfmt
Makefile
aio.c
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf.c
binfmt_elf_fdpic.c
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c
binfmt_script.c
binfmt_som.c
bio.c
block_dev.c
buffer.c
char_dev.c
compat.c
compat_ioctl.c
dcache.c
dcookies.c
direct-io.c
dnotify.c
dquot.c
eventpoll.c
exec.c
fcntl.c
fifo.c
file.c
file_table.c
filesystems.c
fs-writeback.c
inode.c
inotify.c
ioctl.c
ioprio.c
libfs.c
locks.c
mbcache.c
mpage.c
namei.c
namespace.c
nfsctl.c
open.c
pipe.c