Blame view

include/linux/vfs.h 116 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
6
7
  #ifndef _LINUX_VFS_H
  #define _LINUX_VFS_H
  
  #include <linux/statfs.h>
  
  #endif