git: devfs - Change setattr code to use vop_helper fns

看板DFBSD_commit作者時間15年前 (2011/03/29 18:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit dffaed1b353f1021277eaf511b1e2f4a3db290a6 Author: Alex Hornung <ahornung@gmail.com> Date: Tue Mar 29 10:06:29 2011 +0100 devfs - Change setattr code to use vop_helper fns * Change the devfs vop_setattr to use the vop_helper functions for chown and chmod. * This gets rid of the previous roll-your-own solution and fixes several edge cases. * It also fixes a warning thrown by xterm when closing it. Reported-by: luxh Summary of changes: sys/vfs/devfs/devfs_vnops.c | 43 +++++++++++++++++++++---------------------- 1 files changed, 21 insertions(+), 22 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dffaed1b353f1021277eaf511b1e2f4a3db290a6 -- DragonFly BSD source repository
文章代碼(AID): #1DaRKfav (DFBSD_commit)