File: put_filp.patch

package info (click to toggle)
aufs 0%2B20080719-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,428 kB
  • ctags: 4,280
  • sloc: ansic: 42,718; sh: 2,540; makefile: 482
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: fs/file_table.c
===================================================================
RCS file: /ext1/sysadm/transparent/repository/linux-2.6.23-rc6/fs/file_table.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fs/file_table.c	12 Sep 2007 16:24:04 -0000	1.1
+++ fs/file_table.c	12 Sep 2007 16:24:38 -0000	1.2
@@ -243,6 +243,7 @@ void put_filp(struct file *file)
 		file_free(file);
 	}
 }
+EXPORT_SYMBOL(put_filp);
 
 void file_move(struct file *file, struct list_head *list)
 {