git: sys/vfs/tmpfs: Change tm_ino type from 'int' to 'ino_t'

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Mon May 4 12:32:07 PDT 2015


commit d6d9df16081683c223e8fba883960071217a4edd
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Tue May 5 02:54:30 2015 +0900

    sys/vfs/tmpfs: Change tm_ino type from 'int' to 'ino_t'
    
    - tmpfs_mount::tm_ino needs to be ino_t.
    
    - A wrapper function for ino allocation tmpfs_fetch_ino() and
      inode itself assume it's ino_t, but not int.

Summary of changes:
 sys/vfs/tmpfs/tmpfs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d6d9df16081683c223e8fba883960071217a4edd


-- 
DragonFly BSD source repository



More information about the Commits mailing list