~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to fs/exec.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#include <linux/fsnotify.h>
57
57
#include <linux/fs_struct.h>
58
58
 
59
 
#include <trace/events/fs.h>
60
 
 
61
59
#include <asm/uaccess.h>
62
60
#include <asm/mmu_context.h>
63
61
#include <asm/tlb.h>
667
665
 
668
666
        fsnotify_open(file->f_path.dentry);
669
667
 
670
 
        trace_open_exec(name);
671
 
 
672
668
        err = deny_write_access(file);
673
669
        if (err)
674
670
                goto exit;