From: Al Viro Date: Sun, 31 Aug 2014 18:12:09 +0000 (-0400) Subject: missing annotation in fs/file.c X-Git-Tag: v3.18-rc1~76^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e983094d6dce524f3890edfec44b7ca6dbfa1183;p=karo-tx-linux.git missing annotation in fs/file.c Signed-off-by: Al Viro --- diff --git a/fs/file.c b/fs/file.c index 66923fe3176e..f3b2c206c18d 100644 --- a/fs/file.c +++ b/fs/file.c @@ -750,6 +750,7 @@ bool get_close_on_exec(unsigned int fd) static int do_dup2(struct files_struct *files, struct file *file, unsigned fd, unsigned flags) +__releases(&files->file_lock) { struct file *tofree; struct fdtable *fdt;