a4d6af8343
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution: Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly. This commit is only for those files under fs/inode. Utility functions under fs/incode were modified so the changes do extend to other fs/ sub-directories as well. |
||
---|---|---|
.. | ||
fs_close.c | ||
fs_dup2.c | ||
fs_dup.c | ||
fs_dupfd2.c | ||
fs_dupfd.c | ||
fs_epoll.c | ||
fs_fcntl.c | ||
fs_fdopen.c | ||
fs_fstat.c | ||
fs_fstatfs.c | ||
fs_fsync.c | ||
fs_getfilep.c | ||
fs_ioctl.c | ||
fs_link.c | ||
fs_lseek.c | ||
fs_mkdir.c | ||
fs_open.c | ||
fs_poll.c | ||
fs_pread.c | ||
fs_pwrite.c | ||
fs_read.c | ||
fs_readlink.c | ||
fs_rename.c | ||
fs_rmdir.c | ||
fs_select.c | ||
fs_sendfile.c | ||
fs_stat.c | ||
fs_statfs.c | ||
fs_truncate.c | ||
fs_unlink.c | ||
fs_write.c | ||
Make.defs |