~ubuntu-branches/ubuntu/vivid/aufs/vivid

« back to all changes in this revision

Viewing changes to patch/put_filp.patch

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2007-12-15 23:32:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071215233251-2vgs2lmg8mai5d9e
Tags: 0+20071211-1ubuntu1
* Merge from debian unstable (LP: #175705), remaining changes:
  - Fix for Ubuntu Kernels (updated)
* patches/01_vserver.dpatch: Removed
* patches/06_ubuntu.dpatch: Added (update of ubuntu patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: fs/file_table.c
 
2
===================================================================
 
3
RCS file: /ext1/sysadm/transparent/repository/linux-2.6.23-rc6/fs/file_table.c,v
 
4
retrieving revision 1.1
 
5
retrieving revision 1.2
 
6
diff -u -p -r1.1 -r1.2
 
7
--- fs/file_table.c     12 Sep 2007 16:24:04 -0000      1.1
 
8
+++ fs/file_table.c     12 Sep 2007 16:24:38 -0000      1.2
 
9
@@ -243,6 +243,7 @@ void put_filp(struct file *file)
 
10
                file_free(file);
 
11
        }
 
12
 }
 
13
+EXPORT_SYMBOL(put_filp);
 
14
 
 
15
 void file_move(struct file *file, struct list_head *list)
 
16
 {