[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:
Tony Hutter 2025-10-16 17:47:05 -07:00
parent 689145a01a
commit 2203f41697

View File

@ -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 |