X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffcntl.c;h=5f96786d1c73dc6c9ac27565b521835f6fe5ff12;hb=c2642ab05b855d2d3b850ddf90dbb02b1b9358ac;hp=d0767fe5836247dd68aac8d7f3bd5818984e2790;hpb=bf785ee0aeea7a3e717cb1e11df4135b6cbde7da;p=linux-2.6 diff --git a/fs/fcntl.c b/fs/fcntl.c index d0767fe583..5f96786d1c 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -36,7 +36,7 @@ void fastcall set_close_on_exec(unsigned int fd, int flag) spin_unlock(&files->file_lock); } -static inline int get_close_on_exec(unsigned int fd) +static int get_close_on_exec(unsigned int fd) { struct files_struct *files = current->files; struct fdtable *fdt;