Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
symlink.c File Reference
#include "autofs_i.h"

Go to the source code of this file.

Variables

struct inode_operations autofs4_symlink_inode_operations
 

Variable Documentation

struct inode_operations autofs4_symlink_inode_operations
Initial value:
= {
.readlink = generic_readlink,
.follow_link = autofs4_follow_link
}

Definition at line 21 of file symlink.c.