~ubuntu-branches/ubuntu/quantal/aufs/quantal

« back to all changes in this revision

Viewing changes to fs/aufs/misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-04-01 18:26:37 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080401182637-ujuqq47eiggw4y5w
Tags: 0+20080401-1
* New upstream snapshot
  - Remove bashisms in script (Closes: #471288)
* debian/conf.mk, linux-patch-aufs.kpatches.sysfs_get_dentry:
  - Remove support for this patch, no longer used
* debian/conf.mk:
  - Add hacks for arm to armel (Closes: #473767)
* debian/control:
  - Add Dm-Upload-Allowed
* debian/copyright:
  - Use http://wiki.debian.org/Proposals/CopyrightFormat
* debian/linux-patch-aufs.kpatches.{splice,put_filp}:
  - Add support for Kernel 2.6.24 (and 2.6.25)
* debian/patches:
  - 01_vserver_apparmor: Update patch
  - 06_rt: Add patch for realtime kernel
  - 07_splice_hack: Add hack to support splice operations (Closes: #473430)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2005, 2006, 2007 Junjiro Okajima
 
2
 * Copyright (C) 2005-2008 Junjiro Okajima
3
3
 *
4
4
 * This program, aufs is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
16
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 */
18
18
 
19
 
/* $Id: misc.h,v 1.39 2008/01/21 04:57:48 sfjro Exp $ */
 
19
/*
 
20
 * $Id: misc.h,v 1.42 2008/03/31 07:45:32 sfjro Exp $
 
21
 */
20
22
 
21
23
#ifndef __AUFS_MISC_H__
22
24
#define __AUFS_MISC_H__
25
27
 
26
28
#include <linux/fs.h>
27
29
#include <linux/namei.h>
28
 
#include <linux/sched.h>
29
30
#include <linux/version.h>
30
31
#include <linux/aufs_type.h>
31
32
 
205
206
int au_test_ro(struct super_block *sb, aufs_bindex_t bindex,
206
207
               struct inode *inode);
207
208
int au_test_perm(struct inode *h_inode, int mask, int dlgt);
 
209
int au_test_perm_sio(struct inode *h_inode, int mask, int dlgt);
208
210
 
209
211
#endif /* __KERNEL__ */
210
212
#endif /* __AUFS_MISC_H__ */