[BACK]Return to tmpfs_vfsops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / tmpfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/tmpfs/tmpfs_vfsops.c between version 1.52 and 1.52.14.1

version 1.52, 2011/09/27 01:10:43 version 1.52.14.1, 2014/04/21 10:15:37
Line 103  tmpfs_mount(struct mount *mp, const char
Line 103  tmpfs_mount(struct mount *mp, const char
         ino_t nodes;          ino_t nodes;
         int error;          int error;
   
           if (args == NULL)
                   return EINVAL;
   
         /* Validate the version. */          /* Validate the version. */
         if (*data_len < sizeof(*args) ||          if (*data_len < sizeof(*args) ||
             args->ta_version != TMPFS_ARGS_VERSION)              args->ta_version != TMPFS_ARGS_VERSION)

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.52.14.1

CVSweb <webmaster@jp.NetBSD.org>