PCI/MSI: Rename mask/unmask_msi_irq et al
[cascardo/linux.git] / fs / file.c
index 1cafc4c..ab3eb6a 100644 (file)
--- 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;