mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-13 08:43:06 +03:00
[zfs-2.2.9] Fix zpl_ctldir.c checkstyle
Move a bracket '{' to make checkstyle happy
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
parent
689145a01a
commit
2203f41697
@ -216,7 +216,8 @@ static const struct dentry_operations zpl_dops_snapdirs = {
|
||||
* .d_revalidate callbacks.
|
||||
*/
|
||||
static void
|
||||
set_snapdir_dentry_ops(struct dentry *dentry, unsigned int extraflags) {
|
||||
set_snapdir_dentry_ops(struct dentry *dentry, unsigned int extraflags)
|
||||
{
|
||||
static const unsigned int op_flags =
|
||||
DCACHE_OP_HASH | DCACHE_OP_COMPARE |
|
||||
DCACHE_OP_REVALIDATE | DCACHE_OP_DELETE |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user