~ubuntu-branches/ubuntu/utopic/aufs/utopic

« back to all changes in this revision

Viewing changes to fs/aufs/module.h

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2007-06-04 15:17:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604151703-ur9mjtbbpwoga2y6
Tags: 0+20070605-1
* New upstream snapshot
* Remove unionctl

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 */
18
18
 
19
 
/* $Id: module.h,v 1.7 2007/04/30 05:43:57 sfjro Exp $ */
 
19
/* $Id: module.h,v 1.8 2007/05/14 03:41:52 sfjro Exp $ */
20
20
 
21
21
#ifndef __AUFS_MODULE_H__
22
22
#define __AUFS_MODULE_H__
27
27
 
28
28
/* ---------------------------------------------------------------------- */
29
29
 
30
 
// module.c
 
30
/* module parameters */
 
31
extern short aufs_nwkq;
 
32
extern int sysaufs_brs;
 
33
 
 
34
/* ---------------------------------------------------------------------- */
 
35
 
31
36
extern char au_esc_chars[];
32
 
extern short aufs_nwkq;
33
 
extern int sysaufs_brs, au_dir_roflags;
 
37
extern int au_dir_roflags;
34
38
 
35
39
/* kmem cache */
36
40
enum {AuCache_DINFO, AuCache_ICNTNR, AuCache_FINFO, AuCache_VDIR,