LCOV - code coverage report
Current view: top level - fs/nfs - nfs3super.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 6 0.0 %
Date: 2014-02-18 Functions: 0 2 0.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * Copyright (c) 2012 Netapp, Inc. All rights reserved.
       3                 :            :  */
       4                 :            : #include <linux/module.h>
       5                 :            : #include <linux/nfs_fs.h>
       6                 :            : #include "internal.h"
       7                 :            : #include "nfs.h"
       8                 :            : 
       9                 :            : static struct nfs_subversion nfs_v3 = {
      10                 :            :         .owner = THIS_MODULE,
      11                 :            :         .nfs_fs   = &nfs_fs_type,
      12                 :            :         .rpc_vers = &nfs_version3,
      13                 :            :         .rpc_ops  = &nfs_v3_clientops,
      14                 :            :         .sops     = &nfs_sops,
      15                 :            : };
      16                 :            : 
      17                 :          0 : static int __init init_nfs_v3(void)
      18                 :            : {
      19                 :          0 :         register_nfs_version(&nfs_v3);
      20                 :          0 :         return 0;
      21                 :            : }
      22                 :            : 
      23                 :          0 : static void __exit exit_nfs_v3(void)
      24                 :            : {
      25                 :          0 :         unregister_nfs_version(&nfs_v3);
      26                 :          0 : }
      27                 :            : 
      28                 :            : MODULE_LICENSE("GPL");
      29                 :            : 
      30                 :            : module_init(init_nfs_v3);
      31                 :            : module_exit(exit_nfs_v3);

Generated by: LCOV version 1.9