Revision 4b767155ffad4be0aaafeead585ad21375dc7475 authored by Linus Torvalds on 18 March 2013, 15:26:15 UTC, committed by Linus Torvalds on 18 March 2013, 15:26:15 UTC
Pull selinux bugfix from James Morris.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  selinux: use GFP_ATOMIC under spin_lock
2 parent s 991657a + 4502403
Raw File
statfs.h
#ifndef _GENERIC_STATFS_H
#define _GENERIC_STATFS_H

#include <uapi/asm-generic/statfs.h>

typedef __kernel_fsid_t	fsid_t;
#endif
back to top