]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fuse: make fuse connection a kobject
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 17 Jan 2006 06:14:35 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:30 +0000 (23:15 -0800)
commitf543f253f3aa721a24557d7df8259145bb01b734
tree173fbfc0c90a2a615e1bd8a2bc49726c1824349c
parent9ba7cbba100bdaca7316d71d6c6298e61191f8b2
[PATCH] fuse: make fuse connection a kobject

Kobjectify fuse_conn, and make it visible under /sys/fs/fuse/connections.

Lacking any natural naming, connections are numbered.

This patch doesn't add any attributes, just the infrastructure.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dev.c
fs/fuse/fuse_i.h
fs/fuse/inode.c