Re: [PATCH] fcntl.h: Fix a typo

2015-02-02 Thread Stephen Rothwell
Hi Bart, On Mon, 02 Feb 2015 08:43:16 +0100 Bart Van Assche wrote: > > In the source file fs/fcntl.c and also in the fcntl() man page one > can see that the FD_CLOEXEC flag can be manipulated via F_GETFD and > F_SETFD. Update the comment in accordingly. > > Signed-off-by: Bart Van Assche >

Re: [PATCH] fcntl.h: Fix a typo

2015-02-02 Thread Stephen Rothwell
Hi Bart, On Mon, 02 Feb 2015 08:43:16 +0100 Bart Van Assche bart.vanass...@sandisk.com wrote: In the source file fs/fcntl.c and also in the fcntl() man page one can see that the FD_CLOEXEC flag can be manipulated via F_GETFD and F_SETFD. Update the comment in fcntl.h accordingly.

[PATCH] fcntl.h: Fix a typo

2015-02-01 Thread Bart Van Assche
In the source file fs/fcntl.c and also in the fcntl() man page one can see that the FD_CLOEXEC flag can be manipulated via F_GETFD and F_SETFD. Update the comment in accordingly. Signed-off-by: Bart Van Assche Cc: David Miller Cc: Stephen Rothwell --- include/uapi/asm-generic/fcntl.h | 2 +-

[PATCH] fcntl.h: Fix a typo

2015-02-01 Thread Bart Van Assche
In the source file fs/fcntl.c and also in the fcntl() man page one can see that the FD_CLOEXEC flag can be manipulated via F_GETFD and F_SETFD. Update the comment in fcntl.h accordingly. Signed-off-by: Bart Van Assche bart.vanass...@sandisk.com Cc: David Miller da...@davemloft.net Cc: Stephen