From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 14 May 2018 13:53:23 -0600 Subject: [U-Boot] [PATCH v3 12/13] fs: Add fs_get_type_name to return current filesystem name In-Reply-To: <1526288948-24977-13-git-send-email-alex.kiernan@gmail.com> References: <1526288948-24977-1-git-send-email-alex.kiernan@gmail.com> <1526288948-24977-13-git-send-email-alex.kiernan@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14 May 2018 at 03:09, Alex Kiernan wrote: > Add fs_get_type_name so we can get the current filesystem type. > > Signed-off-by: Alex Kiernan > --- > > Changes in v3: > - new > > Changes in v2: None > > fs/fs.c | 5 +++++ > include/fs.h | 5 +++++ > 2 files changed, 10 insertions(+) > Reviewed-by: Simon Glass Note this comment style does not match docbook, but I suppose it is OK, since the rest of fs.h doesn't either.