X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Ffiles.txt;h=46dfc6b038c3fd57892e272de065e51a025c64f3;hb=efd15f5f4ff63f6ac5d80850686e3d2cc8c4481b;hp=ac2facc50d2a2b2914d10a3268c3ae375ae57d6c;hpb=ad6b646fe55c40ec193240b974561f0a3775d68d;p=~andy%2Flinux diff --git a/Documentation/filesystems/files.txt b/Documentation/filesystems/files.txt index ac2facc50d2..46dfc6b038c 100644 --- a/Documentation/filesystems/files.txt +++ b/Documentation/filesystems/files.txt @@ -113,8 +113,8 @@ the fdtable structure - if (fd >= 0) { /* locate_fd() may have expanded fdtable, load the ptr */ fdt = files_fdtable(files); - FD_SET(fd, fdt->open_fds); - FD_CLR(fd, fdt->close_on_exec); + __set_open_fd(fd, fdt); + __clear_close_on_exec(fd, fdt); spin_unlock(&files->file_lock); .....