question: The use of s_op->write_super_lockfs/unlockfs

OHKUBO Katsuhiko (ohkubo-k@suri.co.jp)
Fri, 14 Jun 2002 12:55:28 +0900


Hello.

There ars
void write_super_lockfs(super_block *)
void unlockfs(super_block *)
in struct super_operations.

Ext3 and reiserfs have implementations of it.
But I cannot find callers of it and system calls for it.

There are some pathches such as
http://www.lifix.fi/listarchive/lkml/2001-08/msg00464.html
but it's not included in Linux 2.4.18/2.5.21.
drivers/md/lvm.c has only callers of functions in this patch
if defined LVM_VFS_ENHANCEMENT, but there aren't function bodys.

Q1: Who does use s_op->write_super_lockfs/unlockfs now?
Q2: How lockfs/unlockfs will be used in future?
Q3: Is it enable to implement of system calls for lockfs/unlockfs
without deadlocks?

Thanks in advance.

-----------
OHKUBO Katsuhiko ohkubo-k@suri.co.jp

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/