DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel -- tmpfs: Convert tmpfs inode counter to per-mount field


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 18 May 2012 20:38:08 -0700 (PDT)

commit f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b
Author: Venkatesh Srinivas <me@endeavour.zapto.org>
Date:   Fri May 18 20:33:56 2012 -0700

    kernel -- tmpfs: Convert tmpfs inode counter to per-mount field
    
    tmpfs used a global counter under a spinlock to set inode numbers. This
    should be a per-mount field, protected by the mount lock.

Summary of changes:
 sys/vfs/tmpfs/tmpfs.h        |    1 +
 sys/vfs/tmpfs/tmpfs_subr.c   |   16 ++++++----------
 sys/vfs/tmpfs/tmpfs_vfsops.c |    2 ++
 3 files changed, 9 insertions(+), 10 deletions(-)

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]