]> www.infradead.org Git - users/willy/linux.git/commit
mshare: Attach an mm_struct to the file descriptor
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Aug 2020 13:29:31 +0000 (09:29 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Aug 2020 13:29:31 +0000 (09:29 -0400)
commit2d14fe8988d649613ac58e3a91eb073630dc6b62
tree6697ffe871dcc16ac38a3036af79c7e24410e45c
parent10b0ae3004c577d0b190c907ee7c0f15a341f27f
mshare: Attach an mm_struct to the file descriptor

Allocate and free the mm_struct.  Still can't do anything with it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/mshare.c