* [PATCH] Update documentation
@ 2007-02-11 17:04 Aneesh Kumar K.V
0 siblings, 0 replies; 3+ messages in thread
From: Aneesh Kumar K.V @ 2007-02-11 17:04 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, Aneesh Kumar K.V
From: "Aneesh Kumar K.V" <aneesh.kumar@gmail.com>
Signed-off-by: "Aneesh Kumar K.V" <aneesh.kumar@gmail.com>
---
fs/ext2/balloc.c | 2 +-
fs/ext3/balloc.c | 2 +-
fs/ext4/balloc.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c
index b1981d0..baf71dd 100644
--- a/fs/ext2/balloc.c
+++ b/fs/ext2/balloc.c
@@ -29,7 +29,7 @@
* The file system contains group descriptors which are located after the
* super block. Each descriptor contains the number of the bitmap block and
* the free blocks count in the block. The descriptors are loaded in memory
- * when a file system is mounted (see ext2_read_super).
+ * when a file system is mounted (see ext2_fill_super).
*/
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c
index 2216174..ca8aee6 100644
--- a/fs/ext3/balloc.c
+++ b/fs/ext3/balloc.c
@@ -32,7 +32,7 @@
* The file system contains group descriptors which are located after the
* super block. Each descriptor contains the number of the bitmap block and
* the free blocks count in the block. The descriptors are loaded in memory
- * when a file system is mounted (see ext3_read_super).
+ * when a file system is mounted (see ext3_fill_super).
*/
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
index c4dd110..8a23483 100644
--- a/fs/ext4/balloc.c
+++ b/fs/ext4/balloc.c
@@ -50,7 +50,7 @@ void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr,
* The file system contains group descriptors which are located after the
* super block. Each descriptor contains the number of the bitmap block and
* the free blocks count in the block. The descriptors are loaded in memory
- * when a file system is mounted (see ext4_read_super).
+ * when a file system is mounted (see ext4_fill_super).
*/
--
1.5.0.rc4.16.g9e258-dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] Update documentation
@ 2026-02-26 17:01 Valerie Aurora
2026-02-26 17:36 ` Zach Brown
0 siblings, 1 reply; 3+ messages in thread
From: Valerie Aurora @ 2026-02-26 17:01 UTC (permalink / raw)
To: rpdfs-devel; +Cc: Valerie Aurora
Signed-off-by: Valerie Aurora <val@versity.com>
---
docs/development.md | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/docs/development.md b/docs/development.md
index df606b4..429171f 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -25,9 +25,7 @@ Example invocation:
In another terminal:
```
- $ ./cli/rpdfs-cli debugfs -d 127.0.0.1:8081 -t /tmp/trace_debugfs
- <1> $ mkfs
- <1> $ stat
+ # mount -t rpdfs -o mkfs 127.0.0.1:8081 /mnt
```
## Code Layout
@@ -43,18 +41,12 @@ This is all the code that's shared by each utility. It's not a proper
library in that it doesn't need to remain API compatible with external
builds over time.
-There's two kinds of shared code. There's code that can run in either
-userspace or the kernel (block.c) and shared code that only runs in
-userspace (options.c). It'd probably be worth making this distinction
-more apparent.
-
**shared/lk/**
-This is for userspace implementations of kernel interfaces. This both
-lets us use reasonably stand-alone kernel interfaces (list.h) in
-userspace as well as share rpdfs code with the kernel module by
-providing implementations of more complicated runtime services (RCU hash
-tables, work queues).
+This is for userspace implementations of kernel interfaces. This lets
+us use reasonably stand-alone kernel interfaces (list.h) in userspace
+by providing implementations of more complicated runtime services (RCU
+hash tables, work queues).
**shared/format-{block,msg,trace}.h**
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Update documentation
2026-02-26 17:01 Valerie Aurora
@ 2026-02-26 17:36 ` Zach Brown
0 siblings, 0 replies; 3+ messages in thread
From: Zach Brown @ 2026-02-26 17:36 UTC (permalink / raw)
To: Valerie Aurora; +Cc: rpdfs-devel
On Thu, Feb 26, 2026 at 06:01:53PM +0100, Valerie Aurora wrote:
> Signed-off-by: Valerie Aurora <val@versity.com>
> ---
> docs/development.md | 18 +++++-------------
> 1 file changed, 5 insertions(+), 13 deletions(-)
Applied, thanks!
- z
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-26 17:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-11 17:04 [PATCH] Update documentation Aneesh Kumar K.V
-- strict thread matches above, loose matches on Subject: below --
2026-02-26 17:01 Valerie Aurora
2026-02-26 17:36 ` Zach Brown
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.