From 1ce104ccfcd0e4e4876da90d8879bef73ca00cf4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Sep 2014 11:06:21 -0600 Subject: Move drive from fs/. to fs/driver/. --- nuttx/fs/inode/fs_files.c | 2 +- nuttx/fs/inode/fs_foreachinode.c | 2 +- nuttx/fs/inode/fs_inode.c | 2 +- nuttx/fs/inode/fs_inodeaddref.c | 2 +- nuttx/fs/inode/fs_inodebasename.c | 2 +- nuttx/fs/inode/fs_inodefind.c | 2 +- nuttx/fs/inode/fs_inoderelease.c | 2 +- nuttx/fs/inode/fs_inoderemove.c | 2 +- nuttx/fs/inode/fs_inodereserve.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'nuttx/fs/inode') diff --git a/nuttx/fs/inode/fs_files.c b/nuttx/fs/inode/fs_files.c index d9db965c7..839cf4f21 100644 --- a/nuttx/fs/inode/fs_files.c +++ b/nuttx/fs/inode/fs_files.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_files.c + * fs/inode/fs_files.c * * Copyright (C) 2007-2009, 2011-2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_foreachinode.c b/nuttx/fs/inode/fs_foreachinode.c index 06412d6ea..a5f32b7c0 100644 --- a/nuttx/fs/inode/fs_foreachinode.c +++ b/nuttx/fs/inode/fs_foreachinode.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_foreachinode.c + * fs/inode/fs_foreachinode.c * * Copyright (C) 2012-2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inode.c b/nuttx/fs/inode/fs_inode.c index 3eb89ab4f..bcb0d2854 100644 --- a/nuttx/fs/inode/fs_inode.c +++ b/nuttx/fs/inode/fs_inode.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_inode.c + * fs/inode/fs_inode.c * * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inodeaddref.c b/nuttx/fs/inode/fs_inodeaddref.c index b5c14e0b0..c0365dfca 100644 --- a/nuttx/fs/inode/fs_inodeaddref.c +++ b/nuttx/fs/inode/fs_inodeaddref.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_inodeaddref.c + * fs/inode/fs_inodeaddref.c * * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inodebasename.c b/nuttx/fs/inode/fs_inodebasename.c index 4fa78e028..d2a2ad46f 100644 --- a/nuttx/fs/inode/fs_inodebasename.c +++ b/nuttx/fs/inode/fs_inodebasename.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_basename.c + * fs/inode/fs_basename.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inodefind.c b/nuttx/fs/inode/fs_inodefind.c index 88f34c87d..d91567b91 100644 --- a/nuttx/fs/inode/fs_inodefind.c +++ b/nuttx/fs/inode/fs_inodefind.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_inodefind.c + * fs/inode/fs_inodefind.c * * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inoderelease.c b/nuttx/fs/inode/fs_inoderelease.c index 5fef133de..134a59ce2 100644 --- a/nuttx/fs/inode/fs_inoderelease.c +++ b/nuttx/fs/inode/fs_inoderelease.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs_inoderelease.c + * fs/inode/fs_inoderelease.c * * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inoderemove.c b/nuttx/fs/inode/fs_inoderemove.c index 9cc6e0907..b78bf651c 100644 --- a/nuttx/fs/inode/fs_inoderemove.c +++ b/nuttx/fs/inode/fs_inoderemove.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_inoderemove.c + * fs/inode/fs_inoderemove.c * * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/fs/inode/fs_inodereserve.c b/nuttx/fs/inode/fs_inodereserve.c index 72d2ff031..563be7f76 100644 --- a/nuttx/fs/inode/fs_inodereserve.c +++ b/nuttx/fs/inode/fs_inodereserve.c @@ -1,5 +1,5 @@ /**************************************************************************** - * fs/fs_registerreserve.c + * fs/inode/fs_registerreserve.c * * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt -- cgit v1.2.3