X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffcntl.c;h=5f96786d1c73dc6c9ac27565b521835f6fe5ff12;hb=222f1d69183f10d70a37de5785698fe0aa363c12;hp=d0767fe5836247dd68aac8d7f3bd5818984e2790;hpb=37ef4399a6bb265d3035e6d6e45f7677b132a3ba;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;