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

« back to all changes in this revision

Viewing changes to include/linux/aufs_type.h

  • 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:
1
1
/*
2
 
 * Copyright (C) 2005, 2006, 2007, 2008 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: aufs_type.h,v 1.110 2008/06/09 01:11:58 sfjro Exp $ */
 
19
/* $Id: aufs_type.h,v 1.114 2008/07/14 00:18:23 sfjro Exp $ */
20
20
 
21
21
#include <linux/ioctl.h>
22
22
 
23
23
#ifndef __AUFS_TYPE_H__
24
24
#define __AUFS_TYPE_H__
25
25
 
26
 
#define AUFS_VERSION    "20080609"
 
26
#define AUFS_VERSION    "20080714"
27
27
 
28
28
/* move this to linux-2.6.19/include/magic.h */
29
29
#define AUFS_SUPER_MAGIC        ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')