All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Siddharth Menon <simeddon@gmail.com>
Cc: linux-fsdevel@vger.kernel.org,
	linux-kernel-mentees@lists.linuxfoundation.org
Subject: Re: hfsplus: Initialize directory subfolders in hfsplus_mknod
Date: Sat, 27 Jul 2024 05:54:29 +0100	[thread overview]
Message-ID: <20240727045429.GG99483@ZenIV> (raw)
In-Reply-To: <20240727045127.54746-1-simeddon@gmail.com>

On Sat, Jul 27, 2024 at 10:21:29AM +0530, Siddharth Menon wrote:

> -	if (S_ISBLK(mode) || S_ISCHR(mode) || S_ISFIFO(mode) || S_ISSOCK(mode))
> -		init_special_inode(inode, mode, rdev);
> +	if (S_ISBLK(mode) || S_ISCHR(mode) || S_ISFIFO(mode) || S_ISSOCK(mode)){
> +		init_special_inode(inode, mode, rdev);}

Huh?  What's that chunk about?

  reply	other threads:[~2024-07-27  4:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-27  4:51 hfsplus: Initialize directory subfolders in hfsplus_mknod Siddharth Menon
2024-07-27  4:54 ` Al Viro [this message]
2024-07-27  5:13 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  5:05 Siddharth Menon
2024-07-27  5:23 Siddharth Menon
2024-07-27  5:47 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240727045429.GG99483@ZenIV \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=simeddon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.