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

« back to all changes in this revision

Viewing changes to fs/aufs/f_op.c

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-08-21 14:58:54 UTC
  • mfrom: (1.1.8 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080821145854-4b49x09r4zmvlk5o
Tags: 0+20080719-4
01_vserver_apparmor.dpatch: [UPDATE] Disable vserver patches on kernel 
2.6.26, because they are not needed anymore. (Closes: #495921)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/*
20
20
 * file and vm operations
21
21
 *
22
 
 * $Id: f_op.c,v 1.53 2008/05/19 01:48:04 sfjro Exp $
 
22
 * $Id: f_op.c,v 1.54 2008/06/30 03:58:52 sfjro Exp $
23
23
 */
24
24
 
25
25
#include <linux/fsnotify.h>
296
296
        struct super_block *sb;
297
297
        struct file *h_file;
298
298
        struct inode *h_inode;
299
 
        struct au_hin_ignore ign;
 
299
        /* struct au_hin_ignore ign; */
300
300
        struct vfsub_args vargs;
301
301
        unsigned int mnt_flags;
302
302
 
320
320
 
321
321
        /* support LSM and notify */
322
322
        mnt_flags = au_mntflags(sb);
323
 
        vfsub_args_init(&vargs, &ign, au_opt_test_dlgt(mnt_flags), 0);
 
323
        vfsub_args_init(&vargs, /*&ign*/NULL, au_opt_test_dlgt(mnt_flags), 0);
324
324
        h_file = au_h_fptr(file);
325
325
        h_inode = h_file->f_dentry->d_inode;
326
326
        /* current do_splice_from() doesn't fire up the inotify event */