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