fs_context.c (8632987380765dee716d460640aa58d58d52998e) | fs_context.c (b6459415b384cb829f0b2a4268f211c789f6cf0b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * linux/fs/nfs/fs_context.c 4 * 5 * Copyright (C) 1992 Rick Sladkey 6 * Conversion to new mount api Copyright (C) David Howells 7 * 8 * NFS mount handling. 9 * 10 * Split from fs/nfs/super.c by David Howells <dhowells@redhat.com> 11 */ 12 | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * linux/fs/nfs/fs_context.c 4 * 5 * Copyright (C) 1992 Rick Sladkey 6 * Conversion to new mount api Copyright (C) David Howells 7 * 8 * NFS mount handling. 9 * 10 * Split from fs/nfs/super.c by David Howells <dhowells@redhat.com> 11 */ 12 |
13#include <linux/compat.h> |
|
13#include <linux/module.h> 14#include <linux/fs.h> 15#include <linux/fs_context.h> 16#include <linux/fs_parser.h> 17#include <linux/nfs_fs.h> 18#include <linux/nfs_mount.h> 19#include <linux/nfs4_mount.h> 20#include "nfs.h" --- 1564 unchanged lines hidden --- | 14#include <linux/module.h> 15#include <linux/fs.h> 16#include <linux/fs_context.h> 17#include <linux/fs_parser.h> 18#include <linux/nfs_fs.h> 19#include <linux/nfs_mount.h> 20#include <linux/nfs4_mount.h> 21#include "nfs.h" --- 1564 unchanged lines hidden --- |