| To: | Brian Foster <bfoster@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH] xfs: initialize default acls for ->tmpfile() |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Fri, 2 May 2014 03:01:38 -0700 |
| Cc: | xfs@xxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1398951487-15462-1-git-send-email-bfoster@xxxxxxxxxx> |
| References: | <1398951487-15462-1-git-send-email-bfoster@xxxxxxxxxx> |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Thu, May 01, 2014 at 09:38:07AM -0400, Brian Foster wrote: > The current tmpfile handler does not initialize default ACLs. Doing so > within xfs_vn_tmpfile() makes it roughly equivalent to xfs_vn_mknod(), > which is already used as a common create handler. > > xfs_vn_mknod() does not currently have a mechanism to determine whether > to link the file into the namespace. Therefore, further abstract > xfs_vn_mknod() into a new xfs_generic_create() handler with a tmpfile > parameter. This new handler passes a NULL xname to the create and calls > d_tmpfile() on the dentry when called via ->tmpfile(). > > Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH V2] xfs: truncate_setsize should be outside transactions, Dave Chinner |
|---|---|
| Next by Date: | Re: [PATCH V2] xfs: truncate_setsize should be outside transactions, Christoph Hellwig |
| Previous by Thread: | [PATCH] xfs: initialize default acls for ->tmpfile(), Brian Foster |
| Next by Thread: | Re: [PATCH] xfs: initialize default acls for ->tmpfile(), Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |